Html Css Color HEX #FD097D Deep Pink

📋 copy color: '#FD097D'

red 253 ◦ green 9 ◦ blue 125

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

Shades of Deep Pink #FD097D

Tints of Deep Pink #FD097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 65.37%
G = 2.33%
B = 32.3%

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

#FD097D (or 0xFD097D) is known color: Deep Pink. HEX triplet: FD, 09 and 7D. RGB value is (253,9,125). Sum of RGB (Red+Green+Blue) = 253+9+125=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD097D is #02F682. Grayscale: #5E5E5E. Windows color (decimal): -194179 or 8194557. OLE color: 8194557.

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

Color convert

RGB 253 9 125 -
CMYK 0 0.96 0.51 0.01
HSL 331.48º 0.98% 0.51% -
HSV(B) 331.48º 0.96% 0.99% -
XYZ 44.31 22.56 21.42 -
YUV 95.18 144.84 240.57 -
System Red Green Blue C M Y K H S L
Decimal 253 9 125 0 0.96 0.51 0.01 331.48 0.98 0.51
Hex FD 9 7D 0 60 33 1 14B 62 33
Octal 375 11 175 0 140 63 1 513 142 63
Binary 11111101 1001 1111101 0 1100000 110011 1 101001011 1100010 110011

Color Harmonies of #FD097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD097D

Black with #FD097D

Text Example


Text Example

White with #FD097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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