Html Css Color HEX #FD098E Deep Pink

📋 copy color: '#FD098E'

red 253 ◦ green 9 ◦ blue 142

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

Shades of Deep Pink #FD098E

Tints of Deep Pink #FD098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 62.62%
G = 2.23%
B = 35.15%

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

#FD098E (or 0xFD098E) is known color: Deep Pink. HEX triplet: FD, 09 and 8E. RGB value is (253,9,142). Sum of RGB (Red+Green+Blue) = 253+9+142=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD098E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD098E is #02F671. Grayscale: #606060. Windows color (decimal): -194162 or 9308669. OLE color: 9308669.

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

Color convert

RGB 253 9 142 -
CMYK 0 0.96 0.44 0.01
HSL 327.3º 0.98% 0.51% -
HSV(B) 327.3º 0.96% 0.99% -
XYZ 45.49 23.03 27.64 -
YUV 97.12 153.34 239.19 -
System Red Green Blue C M Y K H S L
Decimal 253 9 142 0 0.96 0.44 0.01 327.3 0.98 0.51
Hex FD 9 8E 0 60 2C 1 147 62 33
Octal 375 11 216 0 140 54 1 507 142 63
Binary 11111101 1001 10001110 0 1100000 101100 1 101000111 1100010 110011

Color Harmonies of #FD098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD098E

Black with #FD098E

Text Example


Text Example

White with #FD098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD098E; }

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

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

background-color css

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

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

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

border-color css

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

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

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