Html Css Color HEX #F002CF Hot Magenta

📋 copy color: '#F002CF'

red 240 ◦ green 2 ◦ blue 207

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

Shades of Hot Magenta #F002CF

Tints of Hot Magenta #F002CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 53.45%
G = 0.45%
B = 46.1%

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

#F002CF (or 0xF002CF) is known color: Hot Magenta. HEX triplet: F0, 02 and CF. RGB value is (240,2,207). Sum of RGB (Red+Green+Blue) = 240+2+207=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F002CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002CF is #0FFD30. Grayscale: #5F5F5F. Windows color (decimal): -1047857 or 13566704. OLE color: 13566704.

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

Color convert

RGB 240 2 207 -
CMYK 0 0.99 0.14 0.06
HSL 308.32º 0.98% 0.47% -
HSV(B) 308.32º 0.99% 0.94% -
XYZ 47.22 23.07 61 -
YUV 96.53 190.35 230.33 -
System Red Green Blue C M Y K H S L
Decimal 240 2 207 0 0.99 0.14 0.06 308.32 0.98 0.47
Hex F0 2 CF 0 63 E 6 134 62 2F
Octal 360 2 317 0 143 16 6 464 142 57
Binary 11110000 10 11001111 0 1100011 1110 110 100110100 1100010 101111

Color Harmonies of #F002CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002CF

Black with #F002CF

Text Example


Text Example

White with #F002CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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