Html Css Color HEX #F03191 Wild Strawberry

📋 copy color: '#F03191'

red 240 ◦ green 49 ◦ blue 145

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

Shades of Wild Strawberry #F03191

Tints of Wild Strawberry #F03191

RGB

 RED value IS 240 (94.14% from 255) = 55.3%

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

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

R = 55.3%
G = 11.29%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F03191 (or 0xF03191) is known color: Wild Strawberry. HEX triplet: F0, 31 and 91. RGB value is (240,49,145). Sum of RGB (Red+Green+Blue) = 240+49+145=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F03191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03191 is #0FCE6E. Grayscale: #747474. Windows color (decimal): -1035887 or 9515504. OLE color: 9515504.

HSL color Cylindrical-coordinate representation of color #F03191: hue angle of 329.84º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03191 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 145 -
CMYK 0 0.80 0.40 0.06
HSL 329.84º 0.86% 0.57% -
HSV(B) 329.84º 0.8% 0.94% -
XYZ 42.14 22.77 28.96 -
YUV 117.05 143.78 215.69 -
System Red Green Blue C M Y K H S L
Decimal 240 49 145 0 0.80 0.40 0.06 329.84 0.86 0.57
Hex F0 31 91 0 50 28 6 14A 56 39
Octal 360 61 221 0 120 50 6 512 126 71
Binary 11110000 110001 10010001 0 1010000 101000 110 101001010 1010110 111001

Color Harmonies of #F03191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03191

Black with #F03191

Text Example


Text Example

White with #F03191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03191; }

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

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

background-color css

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

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

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

border-color css

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

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

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