Html Css Color HEX #F03791 Wild Strawberry

📋 copy color: '#F03791'

red 240 ◦ green 55 ◦ blue 145

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

Shades of Wild Strawberry #F03791

Tints of Wild Strawberry #F03791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.5%

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

R = 54.55%
G = 12.5%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F03791 (or 0xF03791) is known color: Wild Strawberry. HEX triplet: F0, 37 and 91. RGB value is (240,55,145). Sum of RGB (Red+Green+Blue) = 240+55+145=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F03791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03791 is #0FC86E. Grayscale: #787878. Windows color (decimal): -1034351 or 9517040. OLE color: 9517040.

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

Color convert

RGB 240 55 145 -
CMYK 0 0.77 0.40 0.06
HSL 330.81º 0.86% 0.58% -
HSV(B) 330.81º 0.77% 0.94% -
XYZ 42.41 23.3 29.05 -
YUV 120.58 141.79 213.18 -
System Red Green Blue C M Y K H S L
Decimal 240 55 145 0 0.77 0.40 0.06 330.81 0.86 0.58
Hex F0 37 91 0 4D 28 6 14B 56 3A
Octal 360 67 221 0 115 50 6 513 126 72
Binary 11110000 110111 10010001 0 1001101 101000 110 101001011 1010110 111010

Color Harmonies of #F03791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03791

Black with #F03791

Text Example


Text Example

White with #F03791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03791; }

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

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

background-color css

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

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

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

border-color css

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

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

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