#F03DA5

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

Shades of Wild Strawberry #F03DA5

Tints of Wild Strawberry #F03DA5

Color information

#F03DA5 (or 0xF03DA5) is unknown color: approx Wild Strawberry. HEX triplet: F0, 3D and A5. RGB value is (240,61,165). Sum of RGB (Red+Green+Blue) = 240+61+165=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03DA5 is #0FC25A. Grayscale: #7E7E7E. Windows color (decimal): -1032795 or 10829296. OLE color: 10829296.

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

Color convert

RGB24061165-
CMYK00.750.310.06
HSL325.14º85.65%59.02%-
HSV(B)325.14º74.58%94.12%-
XYZ44.424.5838-
YUV126.38149.8209.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.50%
GREEN value IS 61 (24.22% from 255) = 13.09%
BLUE value IS 165 (64.84% from 255) = 35.41%
R=51.50%
G=13.09%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406116500.750.310.06325.1485.6559.02
HexF03DA504B1F6145563b
Octal36075245011337650512673
Binary111100001111011010010101001011111111101010001011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03DA5; }

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

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

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

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

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

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

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

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