Html Css Color HEX #FF06CF Hot Magenta

📋 copy color: '#FF06CF'

red 255 ◦ green 6 ◦ blue 207

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

Shades of Hot Magenta #FF06CF

Tints of Hot Magenta #FF06CF

RGB

 RED value IS 255 (100% from 255) = 54.49%

 GREEN value IS 6 (2.73% from 255) = 1.28%

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

R = 54.49%
G = 1.28%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF06CF (or 0xFF06CF) is known color: Hot Magenta. HEX triplet: FF, 06 and CF. RGB value is (255,6,207). Sum of RGB (Red+Green+Blue) = 255+6+207=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06CF is #00F930. Grayscale: #666666. Windows color (decimal): -63793 or 13567743. OLE color: 13567743.

HSL color Cylindrical-coordinate representation of color #FF06CF: hue angle of 311.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF06CF is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 6 207 -
CMYK 0 0.98 0.19 0
HSL 311.57º 1% 0.51% -
HSV(B) 311.57º 0.98% 1% -
XYZ 52.57 25.9 61.26 -
YUV 103.37 186.49 236.16 -
System Red Green Blue C M Y K H S L
Decimal 255 6 207 0 0.98 0.19 0 311.57 1 0.51
Hex FF 6 CF 0 62 13 0 138 64 33
Octal 377 6 317 0 142 23 0 470 144 63
Binary 11111111 110 11001111 0 1100010 10011 0 100111000 1100100 110011

Color Harmonies of #FF06CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06CF

Black with #FF06CF

Text Example


Text Example

White with #FF06CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06CF; }

 p { color: rgb(255,6,207); }

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

background-color css

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

 a { background-color: rgb(255,6,207); }

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

border-color css

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

 span { border-color: rgb(255,6,207); }

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