#F03D9A

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

Shades of Wild Strawberry #F03D9A

Tints of Wild Strawberry #F03D9A

Color information

#F03D9A (or 0xF03D9A) is unknown color: approx Wild Strawberry. HEX triplet: F0, 3D and 9A. RGB value is (240,61,154). Sum of RGB (Red+Green+Blue) = 240+61+154=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03D9A is #0FC265. Grayscale: #7C7C7C. Windows color (decimal): -1032806 or 10108400. OLE color: 10108400.

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

Color convert

RGB24061154-
CMYK00.750.360.06
HSL328.83º85.65%59.02%-
HSV(B)328.83º74.58%94.12%-
XYZ43.4424.232.95-
YUV125.12144.3209.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 61 (24.22% from 255) = 13.41%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=52.75%
G=13.41%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406115400.750.360.06328.8385.6559.02
HexF03D9A04B246149563b
Octal36075232011344651112673
Binary1111000011110110011010010010111001001101010010011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03D9A; }

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

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

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

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

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

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

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

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