Html Css Color HEX #FD0078 Deep Pink

📋 copy color: '#FD0078'

red 253 ◦ green 0 ◦ blue 120

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

Shades of Deep Pink #FD0078

Tints of Deep Pink #FD0078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.83%
G = 0%
B = 32.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD0078 (or 0xFD0078) is known color: Deep Pink. HEX triplet: FD, 00 and 78. RGB value is (253,0,120). Sum of RGB (Red+Green+Blue) = 253+0+120=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0078 is #02FF87. Grayscale: #595959. Windows color (decimal): -196488 or 7864573. OLE color: 7864573.

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

Color convert

RGB 253 0 120 -
CMYK 0 1 0.53 0.01
HSL 331.54º 1% 0.5% -
HSV(B) 331.54º 1% 0.99% -
XYZ 43.9 22.24 19.75 -
YUV 89.33 145.32 244.74 -
System Red Green Blue C M Y K H S L
Decimal 253 0 120 0 1 0.53 0.01 331.54 1 0.5
Hex FD 0 78 0 64 35 1 14C 64 32
Octal 375 0 170 0 144 65 1 514 144 62
Binary 11111101 0 1111000 0 1100100 110101 1 101001100 1100100 110010

Color Harmonies of #FD0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0078

Black with #FD0078

Text Example


Text Example

White with #FD0078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0078; }

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

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

background-color css

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

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

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

border-color css

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

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

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