Html Css Color HEX #FD097E Deep Pink

📋 copy color: '#FD097E'

red 253 ◦ green 9 ◦ blue 126

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

Shades of Deep Pink #FD097E

Tints of Deep Pink #FD097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 65.21%
G = 2.32%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD097E (or 0xFD097E) is known color: Deep Pink. HEX triplet: FD, 09 and 7E. RGB value is (253,9,126). Sum of RGB (Red+Green+Blue) = 253+9+126=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD097E is #02F681. Grayscale: #5F5F5F. Windows color (decimal): -194178 or 8260093. OLE color: 8260093.

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

Color convert

RGB 253 9 126 -
CMYK 0 0.96 0.50 0.01
HSL 331.23º 0.98% 0.51% -
HSV(B) 331.23º 0.96% 0.99% -
XYZ 44.37 22.58 21.76 -
YUV 95.29 145.34 240.49 -
System Red Green Blue C M Y K H S L
Decimal 253 9 126 0 0.96 0.50 0.01 331.23 0.98 0.51
Hex FD 9 7E 0 60 32 1 14B 62 33
Octal 375 11 176 0 140 62 1 513 142 63
Binary 11111101 1001 1111110 0 1100000 110010 1 101001011 1100010 110011

Color Harmonies of #FD097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD097E

Black with #FD097E

Text Example


Text Example

White with #FD097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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