Html Css Color HEX #FD02C0 Hot Magenta

📋 copy color: '#FD02C0'

red 253 ◦ green 2 ◦ blue 192

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

Shades of Hot Magenta #FD02C0

Tints of Hot Magenta #FD02C0

RGB

 RED value IS 253 (99.22% from 255) = 56.6%

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 56.6%
G = 0.45%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD02C0 (or 0xFD02C0) is known color: Hot Magenta. HEX triplet: FD, 02 and C0. RGB value is (253,2,192). Sum of RGB (Red+Green+Blue) = 253+2+192=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD02C0 is #02FD3F. Grayscale: #626262. Windows color (decimal): -195904 or 12583677. OLE color: 12583677.

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

Color convert

RGB 253 2 192 -
CMYK 0 0.99 0.24 0.01
HSL 314.58º 0.98% 0.5% -
HSV(B) 314.58º 0.99% 0.99% -
XYZ 50.04 24.73 52.01 -
YUV 98.71 180.66 238.05 -
System Red Green Blue C M Y K H S L
Decimal 253 2 192 0 0.99 0.24 0.01 314.58 0.98 0.5
Hex FD 2 C0 0 63 18 1 13B 62 32
Octal 375 2 300 0 143 30 1 473 142 62
Binary 11111101 10 11000000 0 1100011 11000 1 100111011 1100010 110010

Color Harmonies of #FD02C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD02C0

Black with #FD02C0

Text Example


Text Example

White with #FD02C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD02C0; }

 p { color: rgb(253,2,192); }

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

background-color css

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

 a { background-color: rgb(253,2,192); }

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

border-color css

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

 span { border-color: rgb(253,2,192); }

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