Html Css Color HEX #F03690 Wild Strawberry

📋 copy color: '#F03690'

red 240 ◦ green 54 ◦ blue 144

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

Shades of Wild Strawberry #F03690

Tints of Wild Strawberry #F03690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.33%

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

R = 54.79%
G = 12.33%
B = 32.88%

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

#F03690 (or 0xF03690) is known color: Wild Strawberry. HEX triplet: F0, 36 and 90. RGB value is (240,54,144). Sum of RGB (Red+Green+Blue) = 240+54+144=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F03690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03690 is #0FC96F. Grayscale: #777777. Windows color (decimal): -1034608 or 9451248. OLE color: 9451248.

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

Color convert

RGB 240 54 144 -
CMYK 0 0.78 0.4 0.06
HSL 330.97º 0.86% 0.58% -
HSV(B) 330.97º 0.78% 0.94% -
XYZ 42.29 23.18 28.63 -
YUV 119.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 240 54 144 0 0.78 0.4 0.06 330.97 0.86 0.58
Hex F0 36 90 0 4E 28 6 14B 56 3A
Octal 360 66 220 0 116 50 6 513 126 72
Binary 11110000 110110 10010000 0 1001110 101000 110 101001011 1010110 111010

Color Harmonies of #F03690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03690

Black with #F03690

Text Example


Text Example

White with #F03690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03690; }

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

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

background-color css

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

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

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

border-color css

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

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

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