Html Css Color HEX #F91180 Deep Pink

📋 copy color: '#F91180'

red 249 ◦ green 17 ◦ blue 128

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

Shades of Deep Pink #F91180

Tints of Deep Pink #F91180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.31%

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 63.2%
G = 4.31%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F91180 (or 0xF91180) is known color: Deep Pink. HEX triplet: F9, 11 and 80. RGB value is (249,17,128). Sum of RGB (Red+Green+Blue) = 249+17+128=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F91180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91180 is #06EE7F. Grayscale: #626262. Windows color (decimal): -454272 or 8393209. OLE color: 8393209.

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

Color convert

RGB 249 17 128 -
CMYK 0 0.93 0.49 0.02
HSL 331.29º 0.95% 0.52% -
HSV(B) 331.29º 0.93% 0.98% -
XYZ 43.16 22.1 22.41 -
YUV 99.02 144.36 234.97 -
System Red Green Blue C M Y K H S L
Decimal 249 17 128 0 0.93 0.49 0.02 331.29 0.95 0.52
Hex F9 11 80 0 5D 31 2 14B 5F 34
Octal 371 21 200 0 135 61 2 513 137 64
Binary 11111001 10001 10000000 0 1011101 110001 10 101001011 1011111 110100

Color Harmonies of #F91180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91180

Black with #F91180

Text Example


Text Example

White with #F91180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91180; }

 p { color: rgb(249,17,128); }

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

background-color css

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

 a { background-color: rgb(249,17,128); }

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

border-color css

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

 span { border-color: rgb(249,17,128); }

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