Html Css Color HEX #F00CCF Hot Magenta

📋 copy color: '#F00CCF'

red 240 ◦ green 12 ◦ blue 207

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

Shades of Hot Magenta #F00CCF

Tints of Hot Magenta #F00CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.61%

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

R = 52.29%
G = 2.61%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F00CCF (or 0xF00CCF) is known color: Hot Magenta. HEX triplet: F0, 0C and CF. RGB value is (240,12,207). Sum of RGB (Red+Green+Blue) = 240+12+207=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CCF is #0FF330. Grayscale: #656565. Windows color (decimal): -1045297 or 13569264. OLE color: 13569264.

HSL color Cylindrical-coordinate representation of color #F00CCF: hue angle of 308.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CCF is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 12 207 -
CMYK 0 0.95 0.14 0.06
HSL 308.68º 0.9% 0.49% -
HSV(B) 308.68º 0.95% 0.94% -
XYZ 47.33 23.29 61.03 -
YUV 102.4 187.04 226.14 -
System Red Green Blue C M Y K H S L
Decimal 240 12 207 0 0.95 0.14 0.06 308.68 0.9 0.49
Hex F0 C CF 0 5F E 6 135 5A 31
Octal 360 14 317 0 137 16 6 465 132 61
Binary 11110000 1100 11001111 0 1011111 1110 110 100110101 1011010 110001

Color Harmonies of #F00CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00CCF

Black with #F00CCF

Text Example


Text Example

White with #F00CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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