Html Css Color HEX #FD1675 Deep Pink

📋 copy color: '#FD1675'

red 253 ◦ green 22 ◦ blue 117

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

Shades of Deep Pink #FD1675

Tints of Deep Pink #FD1675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.61%

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

R = 64.54%
G = 5.61%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD1675 (or 0xFD1675) is known color: Deep Pink. HEX triplet: FD, 16 and 75. RGB value is (253,22,117). Sum of RGB (Red+Green+Blue) = 253+22+117=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1675 is #02E98A. Grayscale: #656565. Windows color (decimal): -190859 or 7673597. OLE color: 7673597.

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

Color convert

RGB 253 22 117 -
CMYK 0 0.91 0.54 0.01
HSL 335.32º 0.98% 0.54% -
HSV(B) 335.32º 0.91% 0.99% -
XYZ 44.01 22.74 18.9 -
YUV 101.9 136.53 235.78 -
System Red Green Blue C M Y K H S L
Decimal 253 22 117 0 0.91 0.54 0.01 335.32 0.98 0.54
Hex FD 16 75 0 5B 36 1 14F 62 36
Octal 375 26 165 0 133 66 1 517 142 66
Binary 11111101 10110 1110101 0 1011011 110110 1 101001111 1100010 110110

Color Harmonies of #FD1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1675

Black with #FD1675

Text Example


Text Example

White with #FD1675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1675; }

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

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

background-color css

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

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

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

border-color css

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

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

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