Html Css Color HEX #F03790 Wild Strawberry

📋 copy color: '#F03790'

red 240 ◦ green 55 ◦ blue 144

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

Shades of Wild Strawberry #F03790

Tints of Wild Strawberry #F03790

RGB

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

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

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

R = 54.67%
G = 12.53%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F03790 (or 0xF03790) is known color: Wild Strawberry. HEX triplet: F0, 37 and 90. RGB value is (240,55,144). Sum of RGB (Red+Green+Blue) = 240+55+144=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F03790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03790 is #0FC86F. Grayscale: #787878. Windows color (decimal): -1034352 or 9451504. OLE color: 9451504.

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

Color convert

RGB 240 55 144 -
CMYK 0 0.77 0.4 0.06
HSL 331.14º 0.86% 0.58% -
HSV(B) 331.14º 0.77% 0.94% -
XYZ 42.34 23.27 28.65 -
YUV 120.46 141.29 213.26 -
System Red Green Blue C M Y K H S L
Decimal 240 55 144 0 0.77 0.4 0.06 331.14 0.86 0.58
Hex F0 37 90 0 4D 28 6 14B 56 3A
Octal 360 67 220 0 115 50 6 513 126 72
Binary 11110000 110111 10010000 0 1001101 101000 110 101001011 1010110 111010

Color Harmonies of #F03790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03790

Black with #F03790

Text Example


Text Example

White with #F03790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03790; }

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

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

background-color css

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

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

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

border-color css

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

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

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