Html Css Color HEX #FF04CE Hot Magenta

📋 copy color: '#FF04CE'

red 255 ◦ green 4 ◦ blue 206

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

Shades of Hot Magenta #FF04CE

Tints of Hot Magenta #FF04CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.86%

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

R = 54.84%
G = 0.86%
B = 44.3%

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

#FF04CE (or 0xFF04CE) is known color: Hot Magenta. HEX triplet: FF, 04 and CE. RGB value is (255,4,206). Sum of RGB (Red+Green+Blue) = 255+4+206=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04CE is #00FB31. Grayscale: #656565. Windows color (decimal): -64306 or 13501695. OLE color: 13501695.

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

Color convert

RGB 255 4 206 -
CMYK 0 0.98 0.19 0
HSL 311.71º 1% 0.51% -
HSV(B) 311.71º 0.98% 1% -
XYZ 52.42 25.8 60.61 -
YUV 102.08 186.66 237.07 -
System Red Green Blue C M Y K H S L
Decimal 255 4 206 0 0.98 0.19 0 311.71 1 0.51
Hex FF 4 CE 0 62 13 0 138 64 33
Octal 377 4 316 0 142 23 0 470 144 63
Binary 11111111 100 11001110 0 1100010 10011 0 100111000 1100100 110011

Color Harmonies of #FF04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04CE

Black with #FF04CE

Text Example


Text Example

White with #FF04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04CE; }

 p { color: rgb(255,4,206); }

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

background-color css

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

 a { background-color: rgb(255,4,206); }

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

border-color css

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

 span { border-color: rgb(255,4,206); }

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