Html Css Color HEX #FC07D3 Hot Magenta

📋 copy color: '#FC07D3'

red 252 ◦ green 7 ◦ blue 211

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

Shades of Hot Magenta #FC07D3

Tints of Hot Magenta #FC07D3

RGB

 RED value IS 252 (98.83% from 255) = 53.62%

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

 BLUE value IS 211 (82.81% from 255) = 44.89%

R = 53.62%
G = 1.49%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC07D3 (or 0xFC07D3) is known color: Hot Magenta. HEX triplet: FC, 07 and D3. RGB value is (252,7,211). Sum of RGB (Red+Green+Blue) = 252+7+211=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07D3 is #03F82C. Grayscale: #666666. Windows color (decimal): -260141 or 13830140. OLE color: 13830140.

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

Color convert

RGB 252 7 211 -
CMYK 0 0.97 0.16 0.01
HSL 310.04º 0.98% 0.51% -
HSV(B) 310.04º 0.97% 0.99% -
XYZ 51.98 25.55 63.82 -
YUV 103.51 188.67 233.91 -
System Red Green Blue C M Y K H S L
Decimal 252 7 211 0 0.97 0.16 0.01 310.04 0.98 0.51
Hex FC 7 D3 0 61 10 1 136 62 33
Octal 374 7 323 0 141 20 1 466 142 63
Binary 11111100 111 11010011 0 1100001 10000 1 100110110 1100010 110011

Color Harmonies of #FC07D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC07D3

Black with #FC07D3

Text Example


Text Example

White with #FC07D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC07D3; }

 p { color: rgb(252,7,211); }

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

background-color css

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

 a { background-color: rgb(252,7,211); }

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

border-color css

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

 span { border-color: rgb(252,7,211); }

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