Html Css Color HEX #F002DD Hot Magenta

📋 copy color: '#F002DD'

red 240 ◦ green 2 ◦ blue 221

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

Shades of Hot Magenta #F002DD

Tints of Hot Magenta #F002DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 51.84%
G = 0.43%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F002DD (or 0xF002DD) is known color: Hot Magenta. HEX triplet: F0, 02 and DD. RGB value is (240,2,221). Sum of RGB (Red+Green+Blue) = 240+2+221=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 2 (1.17% from 255 or 0.43% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F002DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002DD is #0FFD22. Grayscale: #616161. Windows color (decimal): -1047843 or 14484208. OLE color: 14484208.

HSL color Cylindrical-coordinate representation of color #F002DD: hue angle of 304.79º 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 #F002DD is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 221 -
CMYK 0 0.99 0.08 0.06
HSL 304.79º 0.98% 0.47% -
HSV(B) 304.79º 0.99% 0.94% -
XYZ 49.01 23.79 70.42 -
YUV 98.13 197.35 229.19 -
System Red Green Blue C M Y K H S L
Decimal 240 2 221 0 0.99 0.08 0.06 304.79 0.98 0.47
Hex F0 2 DD 0 63 8 6 131 62 2F
Octal 360 2 335 0 143 10 6 461 142 57
Binary 11110000 10 11011101 0 1100011 1000 110 100110001 1100010 101111

Color Harmonies of #F002DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002DD

Black with #F002DD

Text Example


Text Example

White with #F002DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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