#F03D9C

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

Shades of Wild Strawberry #F03D9C

Tints of Wild Strawberry #F03D9C

Color information

#F03D9C (or 0xF03D9C) is unknown color: approx Wild Strawberry. HEX triplet: F0, 3D and 9C. RGB value is (240,61,156). Sum of RGB (Red+Green+Blue) = 240+61+156=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03D9C is #0FC263. Grayscale: #7D7D7D. Windows color (decimal): -1032804 or 10239472. OLE color: 10239472.

HSL color Cylindrical-coordinate representation of color #F03D9C: hue angle of 328.16º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03D9C is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB24061156-
CMYK00.750.350.06
HSL328.16º85.65%59.02%-
HSV(B)328.16º74.58%94.12%-
XYZ43.624.2633.84-
YUV125.35145.3209.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.52%
GREEN value IS 61 (24.22% from 255) = 13.35%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=52.52%
G=13.35%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406115600.750.350.06328.1685.6559.02
HexF03D9C04B236148563b
Octal36075234011343651012673
Binary1111000011110110011100010010111000111101010010001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03D9C; }

 p { color: rgb(240,61,156); }

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

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

 a { background-color: rgb(240,61,156); }

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

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

 span { border-color: rgb(240,61,156); }

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