Html Css Color HEX #FD0790 Deep Pink

📋 copy color: '#FD0790'

red 253 ◦ green 7 ◦ blue 144

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

Shades of Deep Pink #FD0790

Tints of Deep Pink #FD0790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 62.62%
G = 1.73%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD0790 (or 0xFD0790) is known color: Deep Pink. HEX triplet: FD, 07 and 90. RGB value is (253,7,144). Sum of RGB (Red+Green+Blue) = 253+7+144=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0790 is #02F86F. Grayscale: #5F5F5F. Windows color (decimal): -194672 or 9439229. OLE color: 9439229.

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

Color convert

RGB 253 7 144 -
CMYK 0 0.97 0.43 0.01
HSL 326.59º 0.98% 0.51% -
HSV(B) 326.59º 0.97% 0.99% -
XYZ 45.62 23.05 28.43 -
YUV 96.17 155 239.86 -
System Red Green Blue C M Y K H S L
Decimal 253 7 144 0 0.97 0.43 0.01 326.59 0.98 0.51
Hex FD 7 90 0 61 2B 1 147 62 33
Octal 375 7 220 0 141 53 1 507 142 63
Binary 11111101 111 10010000 0 1100001 101011 1 101000111 1100010 110011

Color Harmonies of #FD0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0790

Black with #FD0790

Text Example


Text Example

White with #FD0790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0790; }

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

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

background-color css

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

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

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

border-color css

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

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

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