Html Css Color HEX #FD097F Deep Pink

📋 copy color: '#FD097F'

red 253 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #FD097F

Tints of Deep Pink #FD097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.65%

R = 65.04%
G = 2.31%
B = 32.65%

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

#FD097F (or 0xFD097F) is known color: Deep Pink. HEX triplet: FD, 09 and 7F. RGB value is (253,9,127). Sum of RGB (Red+Green+Blue) = 253+9+127=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD097F is #02F680. Grayscale: #5F5F5F. Windows color (decimal): -194177 or 8325629. OLE color: 8325629.

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

Color convert

RGB 253 9 127 -
CMYK 0 0.96 0.50 0.01
HSL 330.98º 0.98% 0.51% -
HSV(B) 330.98º 0.96% 0.99% -
XYZ 44.44 22.61 22.1 -
YUV 95.41 145.84 240.41 -
System Red Green Blue C M Y K H S L
Decimal 253 9 127 0 0.96 0.50 0.01 330.98 0.98 0.51
Hex FD 9 7F 0 60 32 1 14B 62 33
Octal 375 11 177 0 140 62 1 513 142 63
Binary 11111101 1001 1111111 0 1100000 110010 1 101001011 1100010 110011

Color Harmonies of #FD097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD097F

Black with #FD097F

Text Example


Text Example

White with #FD097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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