Html Css Color HEX #F91194 Deep Pink

📋 copy color: '#F91194'

red 249 ◦ green 17 ◦ blue 148

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

Shades of Deep Pink #F91194

Tints of Deep Pink #F91194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 60.14%
G = 4.11%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F91194 (or 0xF91194) is known color: Deep Pink. HEX triplet: F9, 11 and 94. RGB value is (249,17,148). Sum of RGB (Red+Green+Blue) = 249+17+148=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F91194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91194 is #06EE6B. Grayscale: #656565. Windows color (decimal): -454252 or 9703929. OLE color: 9703929.

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

Color convert

RGB 249 17 148 -
CMYK 0 0.93 0.41 0.02
HSL 326.12º 0.95% 0.52% -
HSV(B) 326.12º 0.93% 0.98% -
XYZ 44.61 22.68 30.04 -
YUV 101.3 154.36 233.35 -
System Red Green Blue C M Y K H S L
Decimal 249 17 148 0 0.93 0.41 0.02 326.12 0.95 0.52
Hex F9 11 94 0 5D 29 2 146 5F 34
Octal 371 21 224 0 135 51 2 506 137 64
Binary 11111001 10001 10010100 0 1011101 101001 10 101000110 1011111 110100

Color Harmonies of #F91194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91194

Black with #F91194

Text Example


Text Example

White with #F91194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91194; }

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

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

background-color css

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

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

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

border-color css

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

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

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