Html Css Color HEX #FD098D Deep Pink

📋 copy color: '#FD098D'

red 253 ◦ green 9 ◦ blue 141

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

Shades of Deep Pink #FD098D

Tints of Deep Pink #FD098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 62.78%
G = 2.23%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD098D (or 0xFD098D) is known color: Deep Pink. HEX triplet: FD, 09 and 8D. RGB value is (253,9,141). Sum of RGB (Red+Green+Blue) = 253+9+141=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD098D is #02F672. Grayscale: #606060. Windows color (decimal): -194163 or 9243133. OLE color: 9243133.

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

Color convert

RGB 253 9 141 -
CMYK 0 0.96 0.44 0.01
HSL 327.54º 0.98% 0.51% -
HSV(B) 327.54º 0.96% 0.99% -
XYZ 45.41 23 27.25 -
YUV 97 152.84 239.27 -
System Red Green Blue C M Y K H S L
Decimal 253 9 141 0 0.96 0.44 0.01 327.54 0.98 0.51
Hex FD 9 8D 0 60 2C 1 148 62 33
Octal 375 11 215 0 140 54 1 510 142 63
Binary 11111101 1001 10001101 0 1100000 101100 1 101001000 1100010 110011

Color Harmonies of #FD098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD098D

Black with #FD098D

Text Example


Text Example

White with #FD098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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