Html Css Color HEX #FF07CD Hot Magenta

📋 copy color: '#FF07CD'

red 255 ◦ green 7 ◦ blue 205

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

Shades of Hot Magenta #FF07CD

Tints of Hot Magenta #FF07CD

RGB

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

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

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

R = 54.6%
G = 1.5%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF07CD (or 0xFF07CD) is known color: Hot Magenta. HEX triplet: FF, 07 and CD. RGB value is (255,7,205). Sum of RGB (Red+Green+Blue) = 255+7+205=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07CD is #00F832. Grayscale: #676767. Windows color (decimal): -63539 or 13436927. OLE color: 13436927.

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

Color convert

RGB 255 7 205 -
CMYK 0 0.97 0.20 0
HSL 312.1º 1% 0.51% -
HSV(B) 312.1º 0.97% 1% -
XYZ 52.34 25.82 59.98 -
YUV 103.72 185.16 235.9 -
System Red Green Blue C M Y K H S L
Decimal 255 7 205 0 0.97 0.20 0 312.1 1 0.51
Hex FF 7 CD 0 61 14 0 138 64 33
Octal 377 7 315 0 141 24 0 470 144 63
Binary 11111111 111 11001101 0 1100001 10100 0 100111000 1100100 110011

Color Harmonies of #FF07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07CD

Black with #FF07CD

Text Example


Text Example

White with #FF07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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