Html Css Color HEX #F03991 Wild Strawberry

📋 copy color: '#F03991'

red 240 ◦ green 57 ◦ blue 145

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

Shades of Wild Strawberry #F03991

Tints of Wild Strawberry #F03991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.9%

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

R = 54.3%
G = 12.9%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F03991 (or 0xF03991) is known color: Wild Strawberry. HEX triplet: F0, 39 and 91. RGB value is (240,57,145). Sum of RGB (Red+Green+Blue) = 240+57+145=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F03991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03991 is #0FC66E. Grayscale: #797979. Windows color (decimal): -1033839 or 9517552. OLE color: 9517552.

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

Color convert

RGB 240 57 145 -
CMYK 0 0.76 0.40 0.06
HSL 331.15º 0.86% 0.58% -
HSV(B) 331.15º 0.76% 0.94% -
XYZ 42.51 23.5 29.08 -
YUV 121.75 141.13 212.34 -
System Red Green Blue C M Y K H S L
Decimal 240 57 145 0 0.76 0.40 0.06 331.15 0.86 0.58
Hex F0 39 91 0 4C 28 6 14B 56 3A
Octal 360 71 221 0 114 50 6 513 126 72
Binary 11110000 111001 10010001 0 1001100 101000 110 101001011 1010110 111010

Color Harmonies of #F03991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03991

Black with #F03991

Text Example


Text Example

White with #F03991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03991; }

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

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

background-color css

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

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

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

border-color css

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

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

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