Html Css Color HEX #FD1C75 Deep Pink

📋 copy color: '#FD1C75'

red 253 ◦ green 28 ◦ blue 117

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

Shades of Deep Pink #FD1C75

Tints of Deep Pink #FD1C75

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.04%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 63.57%
G = 7.04%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD1C75 (or 0xFD1C75) is known color: Deep Pink. HEX triplet: FD, 1C and 75. RGB value is (253,28,117). Sum of RGB (Red+Green+Blue) = 253+28+117=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1C75 is #02E38A. Grayscale: #696969. Windows color (decimal): -189323 or 7675133. OLE color: 7675133.

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

Color convert

RGB 253 28 117 -
CMYK 0 0.89 0.54 0.01
HSL 336.27º 0.98% 0.55% -
HSV(B) 336.27º 0.89% 0.99% -
XYZ 44.13 23 18.94 -
YUV 105.42 134.54 233.26 -
System Red Green Blue C M Y K H S L
Decimal 253 28 117 0 0.89 0.54 0.01 336.27 0.98 0.55
Hex FD 1C 75 0 59 36 1 150 62 37
Octal 375 34 165 0 131 66 1 520 142 67
Binary 11111101 11100 1110101 0 1011001 110110 1 101010000 1100010 110111

Color Harmonies of #FD1C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C75

Black with #FD1C75

Text Example


Text Example

White with #FD1C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C75; }

 p { color: rgb(253,28,117); }

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

background-color css

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

 a { background-color: rgb(253,28,117); }

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

border-color css

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

 span { border-color: rgb(253,28,117); }

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