Html Css Color HEX #FD02C1 Hot Magenta

📋 copy color: '#FD02C1'

red 253 ◦ green 2 ◦ blue 193

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

Shades of Hot Magenta #FD02C1

Tints of Hot Magenta #FD02C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 56.47%
G = 0.45%
B = 43.08%

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

#FD02C1 (or 0xFD02C1) is known color: Hot Magenta. HEX triplet: FD, 02 and C1. RGB value is (253,2,193). Sum of RGB (Red+Green+Blue) = 253+2+193=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD02C1 is #02FD3E. Grayscale: #626262. Windows color (decimal): -195903 or 12649213. OLE color: 12649213.

HSL color Cylindrical-coordinate representation of color #FD02C1: hue angle of 314.34º 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 #FD02C1 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 2 193 -
CMYK 0 0.99 0.24 0.01
HSL 314.34º 0.98% 0.5% -
HSV(B) 314.34º 0.99% 0.99% -
XYZ 50.16 24.78 52.59 -
YUV 98.82 181.16 237.97 -
System Red Green Blue C M Y K H S L
Decimal 253 2 193 0 0.99 0.24 0.01 314.34 0.98 0.5
Hex FD 2 C1 0 63 18 1 13A 62 32
Octal 375 2 301 0 143 30 1 472 142 62
Binary 11111101 10 11000001 0 1100011 11000 1 100111010 1100010 110010

Color Harmonies of #FD02C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD02C1

Black with #FD02C1

Text Example


Text Example

White with #FD02C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD02C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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