Html Css Color HEX #F9137C Deep Pink

📋 copy color: '#F9137C'

red 249 ◦ green 19 ◦ blue 124

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

Shades of Deep Pink #F9137C

Tints of Deep Pink #F9137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.85%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 63.52%
G = 4.85%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9137C (or 0xF9137C) is known color: Deep Pink. HEX triplet: F9, 13 and 7C. RGB value is (249,19,124). Sum of RGB (Red+Green+Blue) = 249+19+124=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9137C is #06EC83. Grayscale: #636363. Windows color (decimal): -453764 or 8131577. OLE color: 8131577.

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

Color convert

RGB 249 19 124 -
CMYK 0 0.92 0.50 0.02
HSL 332.61º 0.95% 0.53% -
HSV(B) 332.61º 0.92% 0.98% -
XYZ 42.94 22.06 21.06 -
YUV 99.74 141.7 234.46 -
System Red Green Blue C M Y K H S L
Decimal 249 19 124 0 0.92 0.50 0.02 332.61 0.95 0.53
Hex F9 13 7C 0 5C 32 2 14D 5F 35
Octal 371 23 174 0 134 62 2 515 137 65
Binary 11111001 10011 1111100 0 1011100 110010 10 101001101 1011111 110101

Color Harmonies of #F9137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9137C

Black with #F9137C

Text Example


Text Example

White with #F9137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9137C; }

 p { color: rgb(249,19,124); }

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

background-color css

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

 a { background-color: rgb(249,19,124); }

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

border-color css

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

 span { border-color: rgb(249,19,124); }

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