#F8358A

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

Shades of Wild Strawberry #F8358A

Tints of Wild Strawberry #F8358A

Color information

#F8358A (or 0xF8358A) is unknown color: approx Wild Strawberry. HEX triplet: F8, 35 and 8A. RGB value is (248,53,138). Sum of RGB (Red+Green+Blue) = 248+53+138=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8358A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8358A is #07CA75. Grayscale: #787878. Windows color (decimal): -510582 or 9057784. OLE color: 9057784.

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

Color convert

RGB24853138-
CMYK00.790.440.03
HSL333.85º93.3%59.02%-
HSV(B)333.85º78.63%97.25%-
XYZ44.5724.3426.39-
YUV121137.6218.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.49%
GREEN value IS 53 (21.09% from 255) = 12.07%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=56.49%
G=12.07%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2485313800.790.440.03333.8593.359.02
HexF8358A04F2C314e5d3b
Octal37065212011754351613573
Binary111110001101011000101001001111101100111010011101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8358A; }

 p { color: rgb(248,53,138); }

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

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

 a { background-color: rgb(248,53,138); }

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

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

 span { border-color: rgb(248,53,138); }

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