Html Css Color HEX #FD00CF Hot Magenta

📋 copy color: '#FD00CF'

red 253 ◦ green 0 ◦ blue 207

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

Shades of Hot Magenta #FD00CF

Tints of Hot Magenta #FD00CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55%
G = 0%
B = 45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD00CF (or 0xFD00CF) is known color: Hot Magenta. HEX triplet: FD, 00 and CF. RGB value is (253,0,207). Sum of RGB (Red+Green+Blue) = 253+0+207=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00CF is #02FF30. Grayscale: #626262. Windows color (decimal): -196401 or 13566205. OLE color: 13566205.

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

Color convert

RGB 253 0 207 -
CMYK 0 1 0.18 0.01
HSL 310.91º 1% 0.5% -
HSV(B) 310.91º 1% 0.99% -
XYZ 51.77 25.39 61.2 -
YUV 99.25 188.82 237.67 -
System Red Green Blue C M Y K H S L
Decimal 253 0 207 0 1 0.18 0.01 310.91 1 0.5
Hex FD 0 CF 0 64 12 1 137 64 32
Octal 375 0 317 0 144 22 1 467 144 62
Binary 11111101 0 11001111 0 1100100 10010 1 100110111 1100100 110010

Color Harmonies of #FD00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00CF

Black with #FD00CF

Text Example


Text Example

White with #FD00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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