Html Css Color HEX #F91094 Deep Pink

📋 copy color: '#F91094'

red 249 ◦ green 16 ◦ blue 148

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

Shades of Deep Pink #F91094

Tints of Deep Pink #F91094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.87%

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

R = 60.29%
G = 3.87%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F91094 (or 0xF91094) is known color: Deep Pink. HEX triplet: F9, 10 and 94. RGB value is (249,16,148). Sum of RGB (Red+Green+Blue) = 249+16+148=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F91094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91094 is #06EF6B. Grayscale: #646464. Windows color (decimal): -454508 or 9703673. OLE color: 9703673.

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

Color convert

RGB 249 16 148 -
CMYK 0 0.94 0.41 0.02
HSL 326.01º 0.95% 0.52% -
HSV(B) 326.01º 0.94% 0.98% -
XYZ 44.6 22.65 30.04 -
YUV 100.72 154.69 233.77 -
System Red Green Blue C M Y K H S L
Decimal 249 16 148 0 0.94 0.41 0.02 326.01 0.95 0.52
Hex F9 10 94 0 5E 29 2 146 5F 34
Octal 371 20 224 0 136 51 2 506 137 64
Binary 11111001 10000 10010100 0 1011110 101001 10 101000110 1011111 110100

Color Harmonies of #F91094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91094

Black with #F91094

Text Example


Text Example

White with #F91094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91094; }

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

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

background-color css

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

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

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

border-color css

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

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

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