Html Css Color HEX #F002DF Hot Magenta

📋 copy color: '#F002DF'

red 240 ◦ green 2 ◦ blue 223

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

Shades of Hot Magenta #F002DF

Tints of Hot Magenta #F002DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 51.61%
G = 0.43%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F002DF (or 0xF002DF) is known color: Hot Magenta. HEX triplet: F0, 02 and DF. RGB value is (240,2,223). Sum of RGB (Red+Green+Blue) = 240+2+223=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F002DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002DF is #0FFD20. Grayscale: #616161. Windows color (decimal): -1047841 or 14615280. OLE color: 14615280.

HSL color Cylindrical-coordinate representation of color #F002DF: hue angle of 304.29º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002DF is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 223 -
CMYK 0 0.99 0.07 0.06
HSL 304.29º 0.98% 0.47% -
HSV(B) 304.29º 0.99% 0.94% -
XYZ 49.28 23.9 71.83 -
YUV 98.36 198.35 229.03 -
System Red Green Blue C M Y K H S L
Decimal 240 2 223 0 0.99 0.07 0.06 304.29 0.98 0.47
Hex F0 2 DF 0 63 7 6 130 62 2F
Octal 360 2 337 0 143 7 6 460 142 57
Binary 11110000 10 11011111 0 1100011 111 110 100110000 1100010 101111

Color Harmonies of #F002DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002DF

Black with #F002DF

Text Example


Text Example

White with #F002DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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