#F02BF9

Color #F02BF9 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F02BF9

Tints of Magenta #F02BF9

Color information

#F02BF9 (or 0xF02BF9) is unknown color: approx Magenta. HEX triplet: F0, 2B and F9. RGB value is (240,43,249). Sum of RGB (Red+Green+Blue) = 240+43+249=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 43 (17.19% from 255 or 8.08% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #F02BF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02BF9 is #0FD406. Grayscale: #7C7C7C. Windows color (decimal): -1037319 or 16329712. OLE color: 16329712.

HSL color Cylindrical-coordinate representation of color #F02BF9: hue angle of 297.38º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02BF9 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24043249-
CMYK0.040.8300.02
HSL297.38º94.5%57.25%-
HSV(B)297.38º82.73%97.65%-
XYZ53.927.0992.01-
YUV125.39197.77209.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 45.11%
GREEN value IS 43 (17.19% from 255) = 8.08%
BLUE value IS 249 (97.66% from 255) = 46.80%
R=45.11%
G=8.08%
B=46.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240432490.040.8300.02297.3894.557.25
HexF02BF9453021295e39
Octal3605337141230245113671
Binary111100001010111111100110010100110101001010011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02BF9; }

 p { color: rgb(240,43,249); }

 H1.HeaderClassName
 {
   color: #F02BF9;
 }
 .AnyTagClassName
 {
   color: #F02BF9;
 }
</style>
background-color css

<style>
 a { background-color: #F02BF9; }

 a { background-color: rgb(240,43,249); }

 div.DivClassName
 {
   background-color: #F02BF9;
 }
 .BgClassName
 {
   background-color: #F02BF9;
 }
</style>
border-color css

<style>
 span { border-color: #F02BF9; }

 span { border-color: rgb(240,43,249); }

 td.TdClassName
 {
   border-color: #F02BF9;
 }
 .TagClassName
 {
   border-color: #F02BF9;
 }
</style>