Html Css Color HEX #F9169A Deep Pink

📋 copy color: '#F9169A'

red 249 ◦ green 22 ◦ blue 154

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

Shades of Deep Pink #F9169A

Tints of Deep Pink #F9169A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.18%

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

R = 58.59%
G = 5.18%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9169A (or 0xF9169A) is known color: Deep Pink. HEX triplet: F9, 16 and 9A. RGB value is (249,22,154). Sum of RGB (Red+Green+Blue) = 249+22+154=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9169A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9169A is #06E965. Grayscale: #686868. Windows color (decimal): -452966 or 10098425. OLE color: 10098425.

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

Color convert

RGB 249 22 154 -
CMYK 0 0.91 0.38 0.02
HSL 325.11º 0.95% 0.53% -
HSV(B) 325.11º 0.91% 0.98% -
XYZ 45.19 23.05 32.64 -
YUV 104.92 155.71 230.77 -
System Red Green Blue C M Y K H S L
Decimal 249 22 154 0 0.91 0.38 0.02 325.11 0.95 0.53
Hex F9 16 9A 0 5B 26 2 145 5F 35
Octal 371 26 232 0 133 46 2 505 137 65
Binary 11111001 10110 10011010 0 1011011 100110 10 101000101 1011111 110101

Color Harmonies of #F9169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9169A

Black with #F9169A

Text Example


Text Example

White with #F9169A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9169A; }

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

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

background-color css

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

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

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

border-color css

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

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

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