Html Css Color HEX #FF07CE Hot Magenta

📋 copy color: '#FF07CE'

red 255 ◦ green 7 ◦ blue 206

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

Shades of Hot Magenta #FF07CE

Tints of Hot Magenta #FF07CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.5%

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

R = 54.49%
G = 1.5%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF07CE (or 0xFF07CE) is known color: Hot Magenta. HEX triplet: FF, 07 and CE. RGB value is (255,7,206). Sum of RGB (Red+Green+Blue) = 255+7+206=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 7 (3.12% from 255 or 1.50% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07CE is #00F831. Grayscale: #676767. Windows color (decimal): -63538 or 13502463. OLE color: 13502463.

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

Color convert

RGB 255 7 206 -
CMYK 0 0.97 0.19 0
HSL 311.85º 1% 0.51% -
HSV(B) 311.85º 0.97% 1% -
XYZ 52.46 25.87 60.62 -
YUV 103.84 185.66 235.82 -
System Red Green Blue C M Y K H S L
Decimal 255 7 206 0 0.97 0.19 0 311.85 1 0.51
Hex FF 7 CE 0 61 13 0 138 64 33
Octal 377 7 316 0 141 23 0 470 144 63
Binary 11111111 111 11001110 0 1100001 10011 0 100111000 1100100 110011

Color Harmonies of #FF07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07CE

Black with #FF07CE

Text Example


Text Example

White with #FF07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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