Html Css Color HEX #FD098C Deep Pink

📋 copy color: '#FD098C'

red 253 ◦ green 9 ◦ blue 140

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

Shades of Deep Pink #FD098C

Tints of Deep Pink #FD098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 62.94%
G = 2.24%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD098C (or 0xFD098C) is known color: Deep Pink. HEX triplet: FD, 09 and 8C. RGB value is (253,9,140). Sum of RGB (Red+Green+Blue) = 253+9+140=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD098C is #02F673. Grayscale: #606060. Windows color (decimal): -194164 or 9177597. OLE color: 9177597.

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

Color convert

RGB 253 9 140 -
CMYK 0 0.96 0.45 0.01
HSL 327.79º 0.98% 0.51% -
HSV(B) 327.79º 0.96% 0.99% -
XYZ 45.34 22.97 26.86 -
YUV 96.89 152.34 239.35 -
System Red Green Blue C M Y K H S L
Decimal 253 9 140 0 0.96 0.45 0.01 327.79 0.98 0.51
Hex FD 9 8C 0 60 2D 1 148 62 33
Octal 375 11 214 0 140 55 1 510 142 63
Binary 11111101 1001 10001100 0 1100000 101101 1 101001000 1100010 110011

Color Harmonies of #FD098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD098C

Black with #FD098C

Text Example


Text Example

White with #FD098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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