Html Css Color HEX #F9137B Deep Pink

📋 copy color: '#F9137B'

red 249 ◦ green 19 ◦ blue 123

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

Shades of Deep Pink #F9137B

Tints of Deep Pink #F9137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 63.68%
G = 4.86%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9137B (or 0xF9137B) is known color: Deep Pink. HEX triplet: F9, 13 and 7B. RGB value is (249,19,123). Sum of RGB (Red+Green+Blue) = 249+19+123=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F9137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9137B is #06EC84. Grayscale: #636363. Windows color (decimal): -453765 or 8066041. OLE color: 8066041.

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

Color convert

RGB 249 19 123 -
CMYK 0 0.92 0.51 0.02
HSL 332.87º 0.95% 0.53% -
HSV(B) 332.87º 0.92% 0.98% -
XYZ 42.87 22.04 20.73 -
YUV 99.63 141.2 234.54 -
System Red Green Blue C M Y K H S L
Decimal 249 19 123 0 0.92 0.51 0.02 332.87 0.95 0.53
Hex F9 13 7B 0 5C 33 2 14D 5F 35
Octal 371 23 173 0 134 63 2 515 137 65
Binary 11111001 10011 1111011 0 1011100 110011 10 101001101 1011111 110101

Color Harmonies of #F9137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9137B

Black with #F9137B

Text Example


Text Example

White with #F9137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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