#F0369A

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

Shades of Wild Strawberry #F0369A

Tints of Wild Strawberry #F0369A

Color information

#F0369A (or 0xF0369A) is unknown color: approx Wild Strawberry. HEX triplet: F0, 36 and 9A. RGB value is (240,54,154). Sum of RGB (Red+Green+Blue) = 240+54+154=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0369A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0369A is #0FC965. Grayscale: #787878. Windows color (decimal): -1034598 or 10106608. OLE color: 10106608.

HSL color Cylindrical-coordinate representation of color #F0369A: hue angle of 327.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0369A is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB24054154-
CMYK00.780.360.06
HSL327.74º86.11%57.65%-
HSV(B)327.74º77.5%94.12%-
XYZ43.0923.532.84-
YUV121.01146.62212.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.57%
GREEN value IS 54 (21.48% from 255) = 12.05%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=53.57%
G=12.05%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405415400.780.360.06327.7486.1157.65
HexF0369A04E246148563a
Octal36066232011644651012672
Binary1111000011011010011010010011101001001101010010001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0369A; }

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

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

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

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

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

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

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

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