Html Css Color HEX #FF06CD Hot Magenta

📋 copy color: '#FF06CD'

red 255 ◦ green 6 ◦ blue 205

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

Shades of Hot Magenta #FF06CD

Tints of Hot Magenta #FF06CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 54.72%
G = 1.29%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF06CD (or 0xFF06CD) is known color: Hot Magenta. HEX triplet: FF, 06 and CD. RGB value is (255,6,205). Sum of RGB (Red+Green+Blue) = 255+6+205=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06CD is #00F932. Grayscale: #666666. Windows color (decimal): -63795 or 13436671. OLE color: 13436671.

HSL color Cylindrical-coordinate representation of color #FF06CD: hue angle of 312.05º 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 #FF06CD is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 6 205 -
CMYK 0 0.98 0.20 0
HSL 312.05º 1% 0.51% -
HSV(B) 312.05º 0.98% 1% -
XYZ 52.32 25.8 59.98 -
YUV 103.14 185.49 236.32 -
System Red Green Blue C M Y K H S L
Decimal 255 6 205 0 0.98 0.20 0 312.05 1 0.51
Hex FF 6 CD 0 62 14 0 138 64 33
Octal 377 6 315 0 142 24 0 470 144 63
Binary 11111111 110 11001101 0 1100010 10100 0 100111000 1100100 110011

Color Harmonies of #FF06CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06CD

Black with #FF06CD

Text Example


Text Example

White with #FF06CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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