Html Css Color HEX #FD02C6 Hot Magenta

📋 copy color: '#FD02C6'

red 253 ◦ green 2 ◦ blue 198

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

Shades of Hot Magenta #FD02C6

Tints of Hot Magenta #FD02C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 55.85%
G = 0.44%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FD02C6 (or 0xFD02C6) is known color: Hot Magenta. HEX triplet: FD, 02 and C6. RGB value is (253,2,198). Sum of RGB (Red+Green+Blue) = 253+2+198=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD02C6 is #02FD39. Grayscale: #626262. Windows color (decimal): -195898 or 12976893. OLE color: 12976893.

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

Color convert

RGB 253 2 198 -
CMYK 0 0.99 0.22 0.01
HSL 313.15º 0.98% 0.5% -
HSV(B) 313.15º 0.99% 0.99% -
XYZ 50.72 25 55.58 -
YUV 99.39 183.66 237.56 -
System Red Green Blue C M Y K H S L
Decimal 253 2 198 0 0.99 0.22 0.01 313.15 0.98 0.5
Hex FD 2 C6 0 63 16 1 139 62 32
Octal 375 2 306 0 143 26 1 471 142 62
Binary 11111101 10 11000110 0 1100011 10110 1 100111001 1100010 110010

Color Harmonies of #FD02C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD02C6

Black with #FD02C6

Text Example


Text Example

White with #FD02C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD02C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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