Html Css Color HEX #F002CE Hot Magenta

📋 copy color: '#F002CE'

red 240 ◦ green 2 ◦ blue 206

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

Shades of Hot Magenta #F002CE

Tints of Hot Magenta #F002CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 53.57%
G = 0.45%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F002CE (or 0xF002CE) is known color: Hot Magenta. HEX triplet: F0, 02 and CE. RGB value is (240,2,206). Sum of RGB (Red+Green+Blue) = 240+2+206=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F002CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002CE is #0FFD31. Grayscale: #5F5F5F. Windows color (decimal): -1047858 or 13501168. OLE color: 13501168.

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

Color convert

RGB 240 2 206 -
CMYK 0 0.99 0.14 0.06
HSL 308.57º 0.98% 0.47% -
HSV(B) 308.57º 0.99% 0.94% -
XYZ 47.1 23.02 60.35 -
YUV 96.42 189.85 230.41 -
System Red Green Blue C M Y K H S L
Decimal 240 2 206 0 0.99 0.14 0.06 308.57 0.98 0.47
Hex F0 2 CE 0 63 E 6 135 62 2F
Octal 360 2 316 0 143 16 6 465 142 57
Binary 11110000 10 11001110 0 1100011 1110 110 100110101 1100010 101111

Color Harmonies of #F002CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002CE

Black with #F002CE

Text Example


Text Example

White with #F002CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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