Html Css Color HEX #FD1278 Deep Pink

📋 copy color: '#FD1278'

red 253 ◦ green 18 ◦ blue 120

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

Shades of Deep Pink #FD1278

Tints of Deep Pink #FD1278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 64.71%
G = 4.6%
B = 30.69%

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

#FD1278 (or 0xFD1278) is known color: Deep Pink. HEX triplet: FD, 12 and 78. RGB value is (253,18,120). Sum of RGB (Red+Green+Blue) = 253+18+120=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1278 is #02ED87. Grayscale: #636363. Windows color (decimal): -191880 or 7869181. OLE color: 7869181.

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

Color convert

RGB 253 18 120 -
CMYK 0 0.93 0.53 0.01
HSL 333.96º 0.98% 0.53% -
HSV(B) 333.96º 0.93% 0.99% -
XYZ 44.11 22.67 19.82 -
YUV 99.89 139.36 237.21 -
System Red Green Blue C M Y K H S L
Decimal 253 18 120 0 0.93 0.53 0.01 333.96 0.98 0.53
Hex FD 12 78 0 5D 35 1 14E 62 35
Octal 375 22 170 0 135 65 1 516 142 65
Binary 11111101 10010 1111000 0 1011101 110101 1 101001110 1100010 110101

Color Harmonies of #FD1278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1278

Black with #FD1278

Text Example


Text Example

White with #FD1278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1278; }

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

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

background-color css

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

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

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

border-color css

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

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

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