Html Css Color HEX #F91E85 Deep Pink

📋 copy color: '#F91E85'

red 249 ◦ green 30 ◦ blue 133

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

Shades of Deep Pink #F91E85

Tints of Deep Pink #F91E85

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.28%

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

R = 60.44%
G = 7.28%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F91E85 (or 0xF91E85) is known color: Deep Pink. HEX triplet: F9, 1E and 85. RGB value is (249,30,133). Sum of RGB (Red+Green+Blue) = 249+30+133=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91E85 is #06E17A. Grayscale: #6B6B6B. Windows color (decimal): -450939 or 8724217. OLE color: 8724217.

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

Color convert

RGB 249 30 133 -
CMYK 0 0.88 0.47 0.02
HSL 331.78º 0.95% 0.55% -
HSV(B) 331.78º 0.88% 0.98% -
XYZ 43.76 22.76 24.28 -
YUV 107.22 142.55 229.12 -
System Red Green Blue C M Y K H S L
Decimal 249 30 133 0 0.88 0.47 0.02 331.78 0.95 0.55
Hex F9 1E 85 0 58 2F 2 14C 5F 37
Octal 371 36 205 0 130 57 2 514 137 67
Binary 11111001 11110 10000101 0 1011000 101111 10 101001100 1011111 110111

Color Harmonies of #F91E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91E85

Black with #F91E85

Text Example


Text Example

White with #F91E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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