Html Css Color HEX #F002F6 Magenta

📋 copy color: '#F002F6'

red 240 ◦ green 2 ◦ blue 246

#F002F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F002F6

Tints of Magenta #F002F6

RGB

 RED value IS 240 (94.14% from 255) = 49.18%

 GREEN value IS 2 (1.17% from 255) = 0.41%

 BLUE value IS 246 (96.48% from 255) = 50.41%

R = 49.18%
G = 0.41%
B = 50.41%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F002F6 (or 0xF002F6) is known color: Magenta. HEX triplet: F0, 02 and F6. RGB value is (240,2,246). Sum of RGB (Red+Green+Blue) = 240+2+246=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 2 (1.17% from 255 or 0.41% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #F002F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F002F6 is #0FFD09. Grayscale: #646464. Windows color (decimal): -1047818 or 16122608. OLE color: 16122608.

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

Color convert

RGB 240 2 246 -
CMYK 0.02 0.99 0 0.04
HSL 298.52º 0.98% 0.49% -
HSV(B) 298.52º 0.99% 0.96% -
XYZ 52.59 25.22 89.29 -
YUV 100.98 209.85 227.16 -
System Red Green Blue C M Y K H S L
Decimal 240 2 246 0.02 0.99 0 0.04 298.52 0.98 0.49
Hex F0 2 F6 2 63 0 4 12B 62 31
Octal 360 2 366 2 143 0 4 453 142 61
Binary 11110000 10 11110110 10 1100011 0 100 100101011 1100010 110001

Color Harmonies of #F002F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002F6

Black with #F002F6

Text Example


Text Example

White with #F002F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002F6; }

 p { color: rgb(240,2,246); }

 H1.HeaderClassName
 {
   color: #F002F6;
 }
 .AnyTagClassName
 {
   color: #F002F6;
 }
</style>

background-color css

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

 a { background-color: rgb(240,2,246); }

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

border-color css

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

 span { border-color: rgb(240,2,246); }

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