Html Css Color HEX #FD0973 Deep Pink

📋 copy color: '#FD0973'

red 253 ◦ green 9 ◦ blue 115

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

Shades of Deep Pink #FD0973

Tints of Deep Pink #FD0973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 67.11%
G = 2.39%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD0973 (or 0xFD0973) is known color: Deep Pink. HEX triplet: FD, 09 and 73. RGB value is (253,9,115). Sum of RGB (Red+Green+Blue) = 253+9+115=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0973 is #02F68C. Grayscale: #5D5D5D. Windows color (decimal): -194189 or 7539197. OLE color: 7539197.

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

Color convert

RGB 253 9 115 -
CMYK 0 0.96 0.55 0.01
HSL 333.93º 0.98% 0.51% -
HSV(B) 333.93º 0.96% 0.99% -
XYZ 43.7 22.32 18.22 -
YUV 94.04 139.84 241.38 -
System Red Green Blue C M Y K H S L
Decimal 253 9 115 0 0.96 0.55 0.01 333.93 0.98 0.51
Hex FD 9 73 0 60 37 1 14E 62 33
Octal 375 11 163 0 140 67 1 516 142 63
Binary 11111101 1001 1110011 0 1100000 110111 1 101001110 1100010 110011

Color Harmonies of #FD0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0973

Black with #FD0973

Text Example


Text Example

White with #FD0973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0973; }

 p { color: rgb(253,9,115); }

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

background-color css

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

 a { background-color: rgb(253,9,115); }

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

border-color css

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

 span { border-color: rgb(253,9,115); }

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