Html Css Color HEX #FD0899 Deep Pink

📋 copy color: '#FD0899'

red 253 ◦ green 8 ◦ blue 153

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

Shades of Deep Pink #FD0899

Tints of Deep Pink #FD0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 61.11%
G = 1.93%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD0899 (or 0xFD0899) is known color: Deep Pink. HEX triplet: FD, 08 and 99. RGB value is (253,8,153). Sum of RGB (Red+Green+Blue) = 253+8+153=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0899 is #02F766. Grayscale: #616161. Windows color (decimal): -194407 or 10029309. OLE color: 10029309.

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

Color convert

RGB 253 8 153 -
CMYK 0 0.97 0.40 0.01
HSL 324.49º 0.98% 0.51% -
HSV(B) 324.49º 0.97% 0.99% -
XYZ 46.34 23.36 32.2 -
YUV 97.79 159.17 238.71 -
System Red Green Blue C M Y K H S L
Decimal 253 8 153 0 0.97 0.40 0.01 324.49 0.98 0.51
Hex FD 8 99 0 61 28 1 144 62 33
Octal 375 10 231 0 141 50 1 504 142 63
Binary 11111101 1000 10011001 0 1100001 101000 1 101000100 1100010 110011

Color Harmonies of #FD0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0899

Black with #FD0899

Text Example


Text Example

White with #FD0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0899; }

 p { color: rgb(253,8,153); }

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

background-color css

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

 a { background-color: rgb(253,8,153); }

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

border-color css

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

 span { border-color: rgb(253,8,153); }

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