Html Css Color HEX #FD04CF Hot Magenta

📋 copy color: '#FD04CF'

red 253 ◦ green 4 ◦ blue 207

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

Shades of Hot Magenta #FD04CF

Tints of Hot Magenta #FD04CF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.86%

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 54.53%
G = 0.86%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD04CF (or 0xFD04CF) is known color: Hot Magenta. HEX triplet: FD, 04 and CF. RGB value is (253,4,207). Sum of RGB (Red+Green+Blue) = 253+4+207=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD04CF is #02FB30. Grayscale: #656565. Windows color (decimal): -195377 or 13567229. OLE color: 13567229.

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

Color convert

RGB 253 4 207 -
CMYK 0 0.98 0.18 0.01
HSL 311.08º 0.98% 0.5% -
HSV(B) 311.08º 0.98% 0.99% -
XYZ 51.81 25.47 61.22 -
YUV 101.59 187.49 235.99 -
System Red Green Blue C M Y K H S L
Decimal 253 4 207 0 0.98 0.18 0.01 311.08 0.98 0.5
Hex FD 4 CF 0 62 12 1 137 62 32
Octal 375 4 317 0 142 22 1 467 142 62
Binary 11111101 100 11001111 0 1100010 10010 1 100110111 1100010 110010

Color Harmonies of #FD04CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD04CF

Black with #FD04CF

Text Example


Text Example

White with #FD04CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD04CF; }

 p { color: rgb(253,4,207); }

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

background-color css

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

 a { background-color: rgb(253,4,207); }

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

border-color css

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

 span { border-color: rgb(253,4,207); }

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