#F03DA6

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

Shades of Wild Strawberry #F03DA6

Tints of Wild Strawberry #F03DA6

Color information

#F03DA6 (or 0xF03DA6) is unknown color: approx Wild Strawberry. HEX triplet: F0, 3D and A6. RGB value is (240,61,166). Sum of RGB (Red+Green+Blue) = 240+61+166=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03DA6 is #0FC259. Grayscale: #7E7E7E. Windows color (decimal): -1032794 or 10894832. OLE color: 10894832.

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

Color convert

RGB24061166-
CMYK00.750.310.06
HSL324.8º85.65%59.02%-
HSV(B)324.8º74.58%94.12%-
XYZ44.4924.6238.48-
YUV126.49150.3208.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.39%
GREEN value IS 61 (24.22% from 255) = 13.06%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=51.39%
G=13.06%
B=35.55%

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
Decimal2406116600.750.310.06324.885.6559.02
HexF03DA604B1F6145563b
Octal36075246011337650512673
Binary111100001111011010011001001011111111101010001011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03DA6; }

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

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

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

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

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

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

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

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