Html Css Color HEX #FD1378 Deep Pink

📋 copy color: '#FD1378'

red 253 ◦ green 19 ◦ blue 120

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

Shades of Deep Pink #FD1378

Tints of Deep Pink #FD1378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.85%

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

R = 64.54%
G = 4.85%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD1378 (or 0xFD1378) is known color: Deep Pink. HEX triplet: FD, 13 and 78. RGB value is (253,19,120). Sum of RGB (Red+Green+Blue) = 253+19+120=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1378 is #02EC87. Grayscale: #646464. Windows color (decimal): -191624 or 7869437. OLE color: 7869437.

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

Color convert

RGB 253 19 120 -
CMYK 0 0.92 0.53 0.01
HSL 334.1º 0.98% 0.53% -
HSV(B) 334.1º 0.92% 0.99% -
XYZ 44.13 22.7 19.83 -
YUV 100.48 139.02 236.79 -
System Red Green Blue C M Y K H S L
Decimal 253 19 120 0 0.92 0.53 0.01 334.1 0.98 0.53
Hex FD 13 78 0 5C 35 1 14E 62 35
Octal 375 23 170 0 134 65 1 516 142 65
Binary 11111101 10011 1111000 0 1011100 110101 1 101001110 1100010 110101

Color Harmonies of #FD1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1378

Black with #FD1378

Text Example


Text Example

White with #FD1378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1378; }

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

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

background-color css

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

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

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

border-color css

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

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

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