Html Css Color HEX #FD0997 Deep Pink

📋 copy color: '#FD0997'

red 253 ◦ green 9 ◦ blue 151

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

Shades of Deep Pink #FD0997

Tints of Deep Pink #FD0997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.56%

R = 61.26%
G = 2.18%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD0997 (or 0xFD0997) is known color: Deep Pink. HEX triplet: FD, 09 and 97. RGB value is (253,9,151). Sum of RGB (Red+Green+Blue) = 253+9+151=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0997 is #02F668. Grayscale: #616161. Windows color (decimal): -194153 or 9898493. OLE color: 9898493.

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

Color convert

RGB 253 9 151 -
CMYK 0 0.96 0.40 0.01
HSL 325.08º 0.98% 0.51% -
HSV(B) 325.08º 0.96% 0.99% -
XYZ 46.19 23.31 31.34 -
YUV 98.14 157.84 238.45 -
System Red Green Blue C M Y K H S L
Decimal 253 9 151 0 0.96 0.40 0.01 325.08 0.98 0.51
Hex FD 9 97 0 60 28 1 145 62 33
Octal 375 11 227 0 140 50 1 505 142 63
Binary 11111101 1001 10010111 0 1100000 101000 1 101000101 1100010 110011

Color Harmonies of #FD0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0997

Black with #FD0997

Text Example


Text Example

White with #FD0997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0997; }

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

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

background-color css

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

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

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

border-color css

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

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

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