Html Css Color HEX #F03590 Wild Strawberry

📋 copy color: '#F03590'

red 240 ◦ green 53 ◦ blue 144

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

Shades of Wild Strawberry #F03590

Tints of Wild Strawberry #F03590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 54.92%
G = 12.13%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F03590 (or 0xF03590) is known color: Wild Strawberry. HEX triplet: F0, 35 and 90. RGB value is (240,53,144). Sum of RGB (Red+Green+Blue) = 240+53+144=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F03590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03590 is #0FCA6F. Grayscale: #777777. Windows color (decimal): -1034864 or 9450992. OLE color: 9450992.

HSL color Cylindrical-coordinate representation of color #F03590: hue angle of 330.8º 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 #F03590 is Cyan = 0, Magento = 0.78, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 144 -
CMYK 0 0.78 0.4 0.06
HSL 330.8º 0.86% 0.57% -
HSV(B) 330.8º 0.78% 0.94% -
XYZ 42.24 23.09 28.62 -
YUV 119.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 240 53 144 0 0.78 0.4 0.06 330.8 0.86 0.57
Hex F0 35 90 0 4E 28 6 14B 56 39
Octal 360 65 220 0 116 50 6 513 126 71
Binary 11110000 110101 10010000 0 1001110 101000 110 101001011 1010110 111001

Color Harmonies of #F03590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03590

Black with #F03590

Text Example


Text Example

White with #F03590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03590; }

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

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

background-color css

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

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

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

border-color css

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

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

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