Html Css Color HEX #F9159D Deep Pink

📋 copy color: '#F9159D'

red 249 ◦ green 21 ◦ blue 157

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

Shades of Deep Pink #F9159D

Tints of Deep Pink #F9159D

RGB

 RED value IS 249 (97.66% from 255) = 58.31%

 GREEN value IS 21 (8.59% from 255) = 4.92%

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 58.31%
G = 4.92%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9159D (or 0xF9159D) is known color: Deep Pink. HEX triplet: F9, 15 and 9D. RGB value is (249,21,157). Sum of RGB (Red+Green+Blue) = 249+21+157=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F9159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9159D is #06EA62. Grayscale: #686868. Windows color (decimal): -453219 or 10294777. OLE color: 10294777.

HSL color Cylindrical-coordinate representation of color #F9159D: hue angle of 324.21º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9159D is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 21 157 -
CMYK 0 0.92 0.37 0.02
HSL 324.21º 0.95% 0.53% -
HSV(B) 324.21º 0.92% 0.98% -
XYZ 45.42 23.11 33.97 -
YUV 104.68 157.54 230.94 -
System Red Green Blue C M Y K H S L
Decimal 249 21 157 0 0.92 0.37 0.02 324.21 0.95 0.53
Hex F9 15 9D 0 5C 25 2 144 5F 35
Octal 371 25 235 0 134 45 2 504 137 65
Binary 11111001 10101 10011101 0 1011100 100101 10 101000100 1011111 110101

Color Harmonies of #F9159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9159D

Black with #F9159D

Text Example


Text Example

White with #F9159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9159D; }

 p { color: rgb(249,21,157); }

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

background-color css

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

 a { background-color: rgb(249,21,157); }

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

border-color css

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

 span { border-color: rgb(249,21,157); }

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