Html Css Color HEX #F9149A Deep Pink

📋 copy color: '#F9149A'

red 249 ◦ green 20 ◦ blue 154

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

Shades of Deep Pink #F9149A

Tints of Deep Pink #F9149A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.73%

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 58.87%
G = 4.73%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9149A (or 0xF9149A) is known color: Deep Pink. HEX triplet: F9, 14 and 9A. RGB value is (249,20,154). Sum of RGB (Red+Green+Blue) = 249+20+154=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9149A is #06EB65. Grayscale: #676767. Windows color (decimal): -453478 or 10097913. OLE color: 10097913.

HSL color Cylindrical-coordinate representation of color #F9149A: hue angle of 324.89º 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 #F9149A is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 20 154 -
CMYK 0 0.92 0.38 0.02
HSL 324.89º 0.95% 0.53% -
HSV(B) 324.89º 0.92% 0.98% -
XYZ 45.15 22.97 32.63 -
YUV 103.75 156.37 231.6 -
System Red Green Blue C M Y K H S L
Decimal 249 20 154 0 0.92 0.38 0.02 324.89 0.95 0.53
Hex F9 14 9A 0 5C 26 2 145 5F 35
Octal 371 24 232 0 134 46 2 505 137 65
Binary 11111001 10100 10011010 0 1011100 100110 10 101000101 1011111 110101

Color Harmonies of #F9149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9149A

Black with #F9149A

Text Example


Text Example

White with #F9149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9149A; }

 p { color: rgb(249,20,154); }

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

background-color css

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

 a { background-color: rgb(249,20,154); }

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

border-color css

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

 span { border-color: rgb(249,20,154); }

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