Html Css Color HEX #FD1279 Deep Pink

📋 copy color: '#FD1279'

red 253 ◦ green 18 ◦ blue 121

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

Shades of Deep Pink #FD1279

Tints of Deep Pink #FD1279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 64.54%
G = 4.59%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD1279 (or 0xFD1279) is known color: Deep Pink. HEX triplet: FD, 12 and 79. RGB value is (253,18,121). Sum of RGB (Red+Green+Blue) = 253+18+121=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1279 is #02ED86. Grayscale: #636363. Windows color (decimal): -191879 or 7934717. OLE color: 7934717.

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

Color convert

RGB 253 18 121 -
CMYK 0 0.93 0.52 0.01
HSL 333.7º 0.98% 0.53% -
HSV(B) 333.7º 0.93% 0.99% -
XYZ 44.18 22.7 20.14 -
YUV 100.01 139.86 237.12 -
System Red Green Blue C M Y K H S L
Decimal 253 18 121 0 0.93 0.52 0.01 333.7 0.98 0.53
Hex FD 12 79 0 5D 34 1 14E 62 35
Octal 375 22 171 0 135 64 1 516 142 65
Binary 11111101 10010 1111001 0 1011101 110100 1 101001110 1100010 110101

Color Harmonies of #FD1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1279

Black with #FD1279

Text Example


Text Example

White with #FD1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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