Html Css Color HEX #F91B80 Deep Pink

📋 copy color: '#F91B80'

red 249 ◦ green 27 ◦ blue 128

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

Shades of Deep Pink #F91B80

Tints of Deep Pink #F91B80

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.68%

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

R = 61.63%
G = 6.68%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F91B80 (or 0xF91B80) is known color: Deep Pink. HEX triplet: F9, 1B and 80. RGB value is (249,27,128). Sum of RGB (Red+Green+Blue) = 249+27+128=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91B80 is #06E47F. Grayscale: #686868. Windows color (decimal): -451712 or 8395769. OLE color: 8395769.

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

Color convert

RGB 249 27 128 -
CMYK 0 0.89 0.49 0.02
HSL 332.7º 0.95% 0.54% -
HSV(B) 332.7º 0.89% 0.98% -
XYZ 43.36 22.48 22.48 -
YUV 104.89 141.05 230.79 -
System Red Green Blue C M Y K H S L
Decimal 249 27 128 0 0.89 0.49 0.02 332.7 0.95 0.54
Hex F9 1B 80 0 59 31 2 14D 5F 36
Octal 371 33 200 0 131 61 2 515 137 66
Binary 11111001 11011 10000000 0 1011001 110001 10 101001101 1011111 110110

Color Harmonies of #F91B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91B80

Black with #F91B80

Text Example


Text Example

White with #F91B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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