Html Css Color HEX #F91A85 Deep Pink

📋 copy color: '#F91A85'

red 249 ◦ green 26 ◦ blue 133

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

Shades of Deep Pink #F91A85

Tints of Deep Pink #F91A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.37%

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 61.03%
G = 6.37%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F91A85 (or 0xF91A85) is known color: Deep Pink. HEX triplet: F9, 1A and 85. RGB value is (249,26,133). Sum of RGB (Red+Green+Blue) = 249+26+133=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91A85 is #06E57A. Grayscale: #686868. Windows color (decimal): -451963 or 8723193. OLE color: 8723193.

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

Color convert

RGB 249 26 133 -
CMYK 0 0.90 0.47 0.02
HSL 331.21º 0.95% 0.54% -
HSV(B) 331.21º 0.9% 0.98% -
XYZ 43.67 22.57 24.25 -
YUV 104.88 143.88 230.8 -
System Red Green Blue C M Y K H S L
Decimal 249 26 133 0 0.90 0.47 0.02 331.21 0.95 0.54
Hex F9 1A 85 0 5A 2F 2 14B 5F 36
Octal 371 32 205 0 132 57 2 513 137 66
Binary 11111001 11010 10000101 0 1011010 101111 10 101001011 1011111 110110

Color Harmonies of #F91A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91A85

Black with #F91A85

Text Example


Text Example

White with #F91A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91A85; }

 p { color: rgb(249,26,133); }

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

background-color css

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

 a { background-color: rgb(249,26,133); }

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

border-color css

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

 span { border-color: rgb(249,26,133); }

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