#F03DA4

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

Shades of Wild Strawberry #F03DA4

Tints of Wild Strawberry #F03DA4

Color information

#F03DA4 (or 0xF03DA4) is unknown color: approx Wild Strawberry. HEX triplet: F0, 3D and A4. RGB value is (240,61,164). Sum of RGB (Red+Green+Blue) = 240+61+164=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03DA4 is #0FC25B. Grayscale: #7E7E7E. Windows color (decimal): -1032796 or 10763760. OLE color: 10763760.

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

Color convert

RGB24061164-
CMYK00.750.320.06
HSL325.47º85.65%59.02%-
HSV(B)325.47º74.58%94.12%-
XYZ44.324.5437.52-
YUV126.26149.3209.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=51.61%
G=13.12%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406116400.750.320.06325.4785.6559.02
HexF03DA404B206145563b
Octal36075244011340650512673
Binary1111000011110110100100010010111000001101010001011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03DA4; }

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

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

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

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

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

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

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

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