#F03496

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

Shades of Wild Strawberry #F03496

Tints of Wild Strawberry #F03496

Color information

#F03496 (or 0xF03496) is unknown color: approx Wild Strawberry. HEX triplet: F0, 34 and 96. RGB value is (240,52,150). Sum of RGB (Red+Green+Blue) = 240+52+150=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F03496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03496 is #0FCB69. Grayscale: #777777. Windows color (decimal): -1035114 or 9843952. OLE color: 9843952.

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

Color convert

RGB24052150-
CMYK00.780.370.06
HSL328.72º86.24%57.25%-
HSV(B)328.72º78.33%94.12%-
XYZ42.6723.1831.08-
YUV119.38145.28214.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.30%
GREEN value IS 52 (20.70% from 255) = 11.76%
BLUE value IS 150 (58.98% from 255) = 33.94%
R=54.30%
G=11.76%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405215000.780.370.06328.7286.2457.25
HexF0349604E2561495639
Octal36064226011645651112671
Binary1111000011010010010110010011101001011101010010011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03496; }

 p { color: rgb(240,52,150); }

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

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

 a { background-color: rgb(240,52,150); }

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

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

 span { border-color: rgb(240,52,150); }

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