Html Css Color HEX #FD078E Deep Pink

📋 copy color: '#FD078E'

red 253 ◦ green 7 ◦ blue 142

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

Shades of Deep Pink #FD078E

Tints of Deep Pink #FD078E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 62.94%
G = 1.74%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD078E (or 0xFD078E) is known color: Deep Pink. HEX triplet: FD, 07 and 8E. RGB value is (253,7,142). Sum of RGB (Red+Green+Blue) = 253+7+142=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD078E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD078E is #02F871. Grayscale: #5F5F5F. Windows color (decimal): -194674 or 9308157. OLE color: 9308157.

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

Color convert

RGB 253 7 142 -
CMYK 0 0.97 0.44 0.01
HSL 327.07º 0.98% 0.51% -
HSV(B) 327.07º 0.97% 0.99% -
XYZ 45.47 22.99 27.63 -
YUV 95.94 154 240.02 -
System Red Green Blue C M Y K H S L
Decimal 253 7 142 0 0.97 0.44 0.01 327.07 0.98 0.51
Hex FD 7 8E 0 61 2C 1 147 62 33
Octal 375 7 216 0 141 54 1 507 142 63
Binary 11111101 111 10001110 0 1100001 101100 1 101000111 1100010 110011

Color Harmonies of #FD078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD078E

Black with #FD078E

Text Example


Text Example

White with #FD078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD078E; }

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

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

background-color css

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

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

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

border-color css

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

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

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