Html Css Color HEX #FD097C Deep Pink

📋 copy color: '#FD097C'

red 253 ◦ green 9 ◦ blue 124

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

Shades of Deep Pink #FD097C

Tints of Deep Pink #FD097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 65.54%
G = 2.33%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD097C (or 0xFD097C) is known color: Deep Pink. HEX triplet: FD, 09 and 7C. RGB value is (253,9,124). Sum of RGB (Red+Green+Blue) = 253+9+124=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD097C is #02F683. Grayscale: #5E5E5E. Windows color (decimal): -194180 or 8129021. OLE color: 8129021.

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

Color convert

RGB 253 9 124 -
CMYK 0 0.96 0.51 0.01
HSL 331.72º 0.98% 0.51% -
HSV(B) 331.72º 0.96% 0.99% -
XYZ 44.24 22.53 21.09 -
YUV 95.07 144.34 240.65 -
System Red Green Blue C M Y K H S L
Decimal 253 9 124 0 0.96 0.51 0.01 331.72 0.98 0.51
Hex FD 9 7C 0 60 33 1 14C 62 33
Octal 375 11 174 0 140 63 1 514 142 63
Binary 11111101 1001 1111100 0 1100000 110011 1 101001100 1100010 110011

Color Harmonies of #FD097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD097C

Black with #FD097C

Text Example


Text Example

White with #FD097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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