Html Css Color HEX #F9128F Deep Pink

📋 copy color: '#F9128F'

red 249 ◦ green 18 ◦ blue 143

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

Shades of Deep Pink #F9128F

Tints of Deep Pink #F9128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.39%

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 60.73%
G = 4.39%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9128F (or 0xF9128F) is known color: Deep Pink. HEX triplet: F9, 12 and 8F. RGB value is (249,18,143). Sum of RGB (Red+Green+Blue) = 249+18+143=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9128F is #06ED70. Grayscale: #656565. Windows color (decimal): -454001 or 9376505. OLE color: 9376505.

HSL color Cylindrical-coordinate representation of color #F9128F: hue angle of 327.53º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9128F is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 143 -
CMYK 0 0.93 0.43 0.02
HSL 327.53º 0.95% 0.52% -
HSV(B) 327.53º 0.93% 0.98% -
XYZ 44.24 22.56 28.01 -
YUV 101.32 151.53 233.34 -
System Red Green Blue C M Y K H S L
Decimal 249 18 143 0 0.93 0.43 0.02 327.53 0.95 0.52
Hex F9 12 8F 0 5D 2B 2 148 5F 34
Octal 371 22 217 0 135 53 2 510 137 64
Binary 11111001 10010 10001111 0 1011101 101011 10 101001000 1011111 110100

Color Harmonies of #F9128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9128F

Black with #F9128F

Text Example


Text Example

White with #F9128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9128F; }

 p { color: rgb(249,18,143); }

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

background-color css

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

 a { background-color: rgb(249,18,143); }

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

border-color css

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

 span { border-color: rgb(249,18,143); }

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