Html Css Color HEX #FD078C Deep Pink

📋 copy color: '#FD078C'

red 253 ◦ green 7 ◦ blue 140

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

Shades of Deep Pink #FD078C

Tints of Deep Pink #FD078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.75%

 BLUE value IS 140 (55.08% from 255) = 35%

R = 63.25%
G = 1.75%
B = 35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD078C (or 0xFD078C) is known color: Deep Pink. HEX triplet: FD, 07 and 8C. RGB value is (253,7,140). Sum of RGB (Red+Green+Blue) = 253+7+140=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD078C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD078C is #02F873. Grayscale: #5F5F5F. Windows color (decimal): -194676 or 9177085. OLE color: 9177085.

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

Color convert

RGB 253 7 140 -
CMYK 0 0.97 0.45 0.01
HSL 327.56º 0.98% 0.51% -
HSV(B) 327.56º 0.97% 0.99% -
XYZ 45.32 22.93 26.85 -
YUV 95.72 153 240.19 -
System Red Green Blue C M Y K H S L
Decimal 253 7 140 0 0.97 0.45 0.01 327.56 0.98 0.51
Hex FD 7 8C 0 61 2D 1 148 62 33
Octal 375 7 214 0 141 55 1 510 142 63
Binary 11111101 111 10001100 0 1100001 101101 1 101001000 1100010 110011

Color Harmonies of #FD078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD078C

Black with #FD078C

Text Example


Text Example

White with #FD078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD078C; }

 p { color: rgb(253,7,140); }

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

background-color css

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

 a { background-color: rgb(253,7,140); }

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

border-color css

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

 span { border-color: rgb(253,7,140); }

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