Html Css Color HEX #FD0574 Deep Pink

📋 copy color: '#FD0574'

red 253 ◦ green 5 ◦ blue 116

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

Shades of Deep Pink #FD0574

Tints of Deep Pink #FD0574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 67.65%
G = 1.34%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD0574 (or 0xFD0574) is known color: Deep Pink. HEX triplet: FD, 05 and 74. RGB value is (253,5,116). Sum of RGB (Red+Green+Blue) = 253+5+116=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0574 is #02FA8B. Grayscale: #5B5B5B. Windows color (decimal): -195212 or 7603709. OLE color: 7603709.

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

Color convert

RGB 253 5 116 -
CMYK 0 0.98 0.54 0.01
HSL 333.15º 0.98% 0.51% -
HSV(B) 333.15º 0.98% 0.99% -
XYZ 43.71 22.25 18.51 -
YUV 91.81 141.66 242.97 -
System Red Green Blue C M Y K H S L
Decimal 253 5 116 0 0.98 0.54 0.01 333.15 0.98 0.51
Hex FD 5 74 0 62 36 1 14D 62 33
Octal 375 5 164 0 142 66 1 515 142 63
Binary 11111101 101 1110100 0 1100010 110110 1 101001101 1100010 110011

Color Harmonies of #FD0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0574

Black with #FD0574

Text Example


Text Example

White with #FD0574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0574; }

 p { color: rgb(253,5,116); }

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

background-color css

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

 a { background-color: rgb(253,5,116); }

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

border-color css

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

 span { border-color: rgb(253,5,116); }

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