Html Css Color HEX #FD1099 Deep Pink

📋 copy color: '#FD1099'

red 253 ◦ green 16 ◦ blue 153

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

Shades of Deep Pink #FD1099

Tints of Deep Pink #FD1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.79%

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

R = 59.95%
G = 3.79%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD1099 (or 0xFD1099) is known color: Deep Pink. HEX triplet: FD, 10 and 99. RGB value is (253,16,153). Sum of RGB (Red+Green+Blue) = 253+16+153=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1099 is #02EF66. Grayscale: #666666. Windows color (decimal): -192359 or 10031357. OLE color: 10031357.

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

Color convert

RGB 253 16 153 -
CMYK 0 0.94 0.40 0.01
HSL 325.32º 0.98% 0.53% -
HSV(B) 325.32º 0.94% 0.99% -
XYZ 46.44 23.55 32.24 -
YUV 102.48 156.52 235.36 -
System Red Green Blue C M Y K H S L
Decimal 253 16 153 0 0.94 0.40 0.01 325.32 0.98 0.53
Hex FD 10 99 0 5E 28 1 145 62 35
Octal 375 20 231 0 136 50 1 505 142 65
Binary 11111101 10000 10011001 0 1011110 101000 1 101000101 1100010 110101

Color Harmonies of #FD1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1099

Black with #FD1099

Text Example


Text Example

White with #FD1099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1099; }

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

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

background-color css

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

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

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

border-color css

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

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

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