Html Css Color HEX #F9149F Deep Pink

📋 copy color: '#F9149F'

red 249 ◦ green 20 ◦ blue 159

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

Shades of Deep Pink #F9149F

Tints of Deep Pink #F9149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 58.18%
G = 4.67%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9149F (or 0xF9149F) is known color: Deep Pink. HEX triplet: F9, 14 and 9F. RGB value is (249,20,159). Sum of RGB (Red+Green+Blue) = 249+20+159=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9149F is #06EB60. Grayscale: #676767. Windows color (decimal): -453473 or 10425593. OLE color: 10425593.

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

Color convert

RGB 249 20 159 -
CMYK 0 0.92 0.36 0.02
HSL 323.58º 0.95% 0.53% -
HSV(B) 323.58º 0.92% 0.98% -
XYZ 45.58 23.14 34.87 -
YUV 104.32 158.87 231.2 -
System Red Green Blue C M Y K H S L
Decimal 249 20 159 0 0.92 0.36 0.02 323.58 0.95 0.53
Hex F9 14 9F 0 5C 24 2 144 5F 35
Octal 371 24 237 0 134 44 2 504 137 65
Binary 11111001 10100 10011111 0 1011100 100100 10 101000100 1011111 110101

Color Harmonies of #F9149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9149F

Black with #F9149F

Text Example


Text Example

White with #F9149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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