Html Css Color HEX #F93191 Wild Strawberry

📋 copy color: '#F93191'

red 249 ◦ green 49 ◦ blue 145

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

Shades of Wild Strawberry #F93191

Tints of Wild Strawberry #F93191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.06%

 BLUE value IS 145 (57.03% from 255) = 32.73%

R = 56.21%
G = 11.06%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F93191 (or 0xF93191) is known color: Wild Strawberry. HEX triplet: F9, 31 and 91. RGB value is (249,49,145). Sum of RGB (Red+Green+Blue) = 249+49+145=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F93191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93191 is #06CE6E. Grayscale: #777777. Windows color (decimal): -446063 or 9515513. OLE color: 9515513.

HSL color Cylindrical-coordinate representation of color #F93191: hue angle of 331.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93191 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 145 -
CMYK 0 0.80 0.42 0.02
HSL 331.2º 0.94% 0.58% -
HSV(B) 331.2º 0.8% 0.98% -
XYZ 45.28 24.38 29.11 -
YUV 119.74 142.26 220.19 -
System Red Green Blue C M Y K H S L
Decimal 249 49 145 0 0.80 0.42 0.02 331.2 0.94 0.58
Hex F9 31 91 0 50 2A 2 14B 5E 3A
Octal 371 61 221 0 120 52 2 513 136 72
Binary 11111001 110001 10010001 0 1010000 101010 10 101001011 1011110 111010

Color Harmonies of #F93191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93191

Black with #F93191

Text Example


Text Example

White with #F93191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93191; }

 p { color: rgb(249,49,145); }

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

background-color css

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

 a { background-color: rgb(249,49,145); }

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

border-color css

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

 span { border-color: rgb(249,49,145); }

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