Html Css Color HEX #F9149D Deep Pink

📋 copy color: '#F9149D'

red 249 ◦ green 20 ◦ blue 157

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

Shades of Deep Pink #F9149D

Tints of Deep Pink #F9149D

RGB

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

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

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

R = 58.45%
G = 4.69%
B = 36.85%

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

#F9149D (or 0xF9149D) is known color: Deep Pink. HEX triplet: F9, 14 and 9D. RGB value is (249,20,157). Sum of RGB (Red+Green+Blue) = 249+20+157=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9149D is #06EB62. Grayscale: #676767. Windows color (decimal): -453475 or 10294521. OLE color: 10294521.

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

Color convert

RGB 249 20 157 -
CMYK 0 0.92 0.37 0.02
HSL 324.1º 0.95% 0.53% -
HSV(B) 324.1º 0.92% 0.98% -
XYZ 45.4 23.07 33.96 -
YUV 104.09 157.87 231.36 -
System Red Green Blue C M Y K H S L
Decimal 249 20 157 0 0.92 0.37 0.02 324.1 0.95 0.53
Hex F9 14 9D 0 5C 25 2 144 5F 35
Octal 371 24 235 0 134 45 2 504 137 65
Binary 11111001 10100 10011101 0 1011100 100101 10 101000100 1011111 110101

Color Harmonies of #F9149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9149D

Black with #F9149D

Text Example


Text Example

White with #F9149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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