#F0369F

Color #F0369F Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F0369F

Tints of Wild Strawberry #F0369F

Color information

#F0369F (or 0xF0369F) is unknown color: approx Wild Strawberry. HEX triplet: F0, 36 and 9F. RGB value is (240,54,159). Sum of RGB (Red+Green+Blue) = 240+54+159=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0369F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0369F is #0FC960. Grayscale: #797979. Windows color (decimal): -1034593 or 10434288. OLE color: 10434288.

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

Color convert

RGB24054159-
CMYK00.780.340.06
HSL326.13º86.11%57.65%-
HSV(B)326.13º77.5%94.12%-
XYZ43.5123.6735.08-
YUV121.58149.12212.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.98%
GREEN value IS 54 (21.48% from 255) = 11.92%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=52.98%
G=11.92%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405415900.780.340.06326.1386.1157.65
HexF0369F04E226146563a
Octal36066237011642650612672
Binary1111000011011010011111010011101000101101010001101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0369F; }

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

 H1.HeaderClassName
 {
   color: #F0369F;
 }
 .AnyTagClassName
 {
   color: #F0369F;
 }
</style>
background-color css

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

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

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

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

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

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