Html Css Color HEX #F03591 Wild Strawberry

📋 copy color: '#F03591'

red 240 ◦ green 53 ◦ blue 145

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

Shades of Wild Strawberry #F03591

Tints of Wild Strawberry #F03591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.1%

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

R = 54.79%
G = 12.1%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F03591 (or 0xF03591) is known color: Wild Strawberry. HEX triplet: F0, 35 and 91. RGB value is (240,53,145). Sum of RGB (Red+Green+Blue) = 240+53+145=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F03591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03591 is #0FCA6E. Grayscale: #777777. Windows color (decimal): -1034863 or 9516528. OLE color: 9516528.

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

Color convert

RGB 240 53 145 -
CMYK 0 0.78 0.40 0.06
HSL 330.48º 0.86% 0.57% -
HSV(B) 330.48º 0.78% 0.94% -
XYZ 42.32 23.12 29.02 -
YUV 119.4 142.45 214.02 -
System Red Green Blue C M Y K H S L
Decimal 240 53 145 0 0.78 0.40 0.06 330.48 0.86 0.57
Hex F0 35 91 0 4E 28 6 14A 56 39
Octal 360 65 221 0 116 50 6 512 126 71
Binary 11110000 110101 10010001 0 1001110 101000 110 101001010 1010110 111001

Color Harmonies of #F03591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03591

Black with #F03591

Text Example


Text Example

White with #F03591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03591; }

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

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

background-color css

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

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

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

border-color css

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

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

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