Html Css Color HEX #FD1175 Deep Pink

📋 copy color: '#FD1175'

red 253 ◦ green 17 ◦ blue 117

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

Shades of Deep Pink #FD1175

Tints of Deep Pink #FD1175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.39%

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

R = 65.37%
G = 4.39%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD1175 (or 0xFD1175) is known color: Deep Pink. HEX triplet: FD, 11 and 75. RGB value is (253,17,117). Sum of RGB (Red+Green+Blue) = 253+17+117=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1175 is #02EE8A. Grayscale: #626262. Windows color (decimal): -192139 or 7672317. OLE color: 7672317.

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

Color convert

RGB 253 17 117 -
CMYK 0 0.93 0.54 0.01
HSL 334.58º 0.98% 0.53% -
HSV(B) 334.58º 0.93% 0.99% -
XYZ 43.92 22.57 18.87 -
YUV 98.96 138.19 237.87 -
System Red Green Blue C M Y K H S L
Decimal 253 17 117 0 0.93 0.54 0.01 334.58 0.98 0.53
Hex FD 11 75 0 5D 36 1 14F 62 35
Octal 375 21 165 0 135 66 1 517 142 65
Binary 11111101 10001 1110101 0 1011101 110110 1 101001111 1100010 110101

Color Harmonies of #FD1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1175

Black with #FD1175

Text Example


Text Example

White with #FD1175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1175; }

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

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

background-color css

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

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

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

border-color css

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

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

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