#F836A0

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

Shades of Wild Strawberry #F836A0

Tints of Wild Strawberry #F836A0

Color information

#F836A0 (or 0xF836A0) is unknown color: approx Wild Strawberry. HEX triplet: F8, 36 and A0. RGB value is (248,54,160). Sum of RGB (Red+Green+Blue) = 248+54+160=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F836A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F836A0 is #07C95F. Grayscale: #7B7B7B. Windows color (decimal): -510304 or 10499832. OLE color: 10499832.

HSL color Cylindrical-coordinate representation of color #F836A0: hue angle of 327.22º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F836A0 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB24854160-
CMYK00.780.350.03
HSL327.22º93.27%59.22%-
HSV(B)327.22º78.23%97.25%-
XYZ46.3825.1335.66-
YUV124.09148.27216.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.68%
GREEN value IS 54 (21.48% from 255) = 11.69%
BLUE value IS 160 (62.89% from 255) = 34.63%
R=53.68%
G=11.69%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485416000.780.350.03327.2293.2759.22
HexF836A004E2331475d3b
Octal37066240011643350713573
Binary111110001101101010000001001110100011111010001111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F836A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F836A0; }

 p { color: rgb(248,54,160); }

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

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

 a { background-color: rgb(248,54,160); }

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

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

 span { border-color: rgb(248,54,160); }

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