Html Css Color HEX #FD1276 Deep Pink

📋 copy color: '#FD1276'

red 253 ◦ green 18 ◦ blue 118

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

Shades of Deep Pink #FD1276

Tints of Deep Pink #FD1276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.63%

 BLUE value IS 118 (46.48% from 255) = 30.33%

R = 65.04%
G = 4.63%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD1276 (or 0xFD1276) is known color: Deep Pink. HEX triplet: FD, 12 and 76. RGB value is (253,18,118). Sum of RGB (Red+Green+Blue) = 253+18+118=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1276 is #02ED89. Grayscale: #636363. Windows color (decimal): -191882 or 7738109. OLE color: 7738109.

HSL color Cylindrical-coordinate representation of color #FD1276: hue angle of 334.47º 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 #FD1276 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 18 118 -
CMYK 0 0.93 0.53 0.01
HSL 334.47º 0.98% 0.53% -
HSV(B) 334.47º 0.93% 0.99% -
XYZ 43.99 22.62 19.19 -
YUV 99.67 138.36 237.37 -
System Red Green Blue C M Y K H S L
Decimal 253 18 118 0 0.93 0.53 0.01 334.47 0.98 0.53
Hex FD 12 76 0 5D 35 1 14E 62 35
Octal 375 22 166 0 135 65 1 516 142 65
Binary 11111101 10010 1110110 0 1011101 110101 1 101001110 1100010 110101

Color Harmonies of #FD1276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1276

Black with #FD1276

Text Example


Text Example

White with #FD1276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1276; }

 p { color: rgb(253,18,118); }

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

background-color css

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

 a { background-color: rgb(253,18,118); }

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

border-color css

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

 span { border-color: rgb(253,18,118); }

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