Html Css Color HEX #F9187F Deep Pink

📋 copy color: '#F9187F'

red 249 ◦ green 24 ◦ blue 127

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

Shades of Deep Pink #F9187F

Tints of Deep Pink #F9187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6%

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

R = 62.25%
G = 6%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9187F (or 0xF9187F) is known color: Deep Pink. HEX triplet: F9, 18 and 7F. RGB value is (249,24,127). Sum of RGB (Red+Green+Blue) = 249+24+127=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F9187F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9187F is #06E780. Grayscale: #666666. Windows color (decimal): -452481 or 8329465. OLE color: 8329465.

HSL color Cylindrical-coordinate representation of color #F9187F: hue angle of 332.53º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9187F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 24 127 -
CMYK 0 0.90 0.49 0.02
HSL 332.53º 0.95% 0.54% -
HSV(B) 332.53º 0.9% 0.98% -
XYZ 43.22 22.33 22.11 -
YUV 103.02 141.54 232.12 -
System Red Green Blue C M Y K H S L
Decimal 249 24 127 0 0.90 0.49 0.02 332.53 0.95 0.54
Hex F9 18 7F 0 5A 31 2 14D 5F 36
Octal 371 30 177 0 132 61 2 515 137 66
Binary 11111001 11000 1111111 0 1011010 110001 10 101001101 1011111 110110

Color Harmonies of #F9187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9187F

Black with #F9187F

Text Example


Text Example

White with #F9187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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