Html Css Color HEX #F9137F Deep Pink

📋 copy color: '#F9137F'

red 249 ◦ green 19 ◦ blue 127

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

Shades of Deep Pink #F9137F

Tints of Deep Pink #F9137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.15%

R = 63.04%
G = 4.81%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9137F (or 0xF9137F) is known color: Deep Pink. HEX triplet: F9, 13 and 7F. RGB value is (249,19,127). Sum of RGB (Red+Green+Blue) = 249+19+127=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9137F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9137F is #06EC80. Grayscale: #636363. Windows color (decimal): -453761 or 8328185. OLE color: 8328185.

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

Color convert

RGB 249 19 127 -
CMYK 0 0.92 0.49 0.02
HSL 331.83º 0.95% 0.53% -
HSV(B) 331.83º 0.92% 0.98% -
XYZ 43.13 22.14 22.08 -
YUV 100.08 143.2 234.22 -
System Red Green Blue C M Y K H S L
Decimal 249 19 127 0 0.92 0.49 0.02 331.83 0.95 0.53
Hex F9 13 7F 0 5C 31 2 14C 5F 35
Octal 371 23 177 0 134 61 2 514 137 65
Binary 11111001 10011 1111111 0 1011100 110001 10 101001100 1011111 110101

Color Harmonies of #F9137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9137F

Black with #F9137F

Text Example


Text Example

White with #F9137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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