#F235A2

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

Shades of Wild Strawberry #F235A2

Tints of Wild Strawberry #F235A2

Color information

#F235A2 (or 0xF235A2) is unknown color: approx Wild Strawberry. HEX triplet: F2, 35 and A2. RGB value is (242,53,162). Sum of RGB (Red+Green+Blue) = 242+53+162=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F235A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F235A2 is #0DCA5D. Grayscale: #797979. Windows color (decimal): -903774 or 10630642. OLE color: 10630642.

HSL color Cylindrical-coordinate representation of color #F235A2: hue angle of 325.4º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F235A2 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24253162-
CMYK00.780.330.05
HSL325.4º87.91%57.84%-
HSV(B)325.4º78.1%94.9%-
XYZ44.4124.0336.48-
YUV121.94150.62213.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 53 (21.09% from 255) = 11.60%
BLUE value IS 162 (63.67% from 255) = 35.45%
R=52.95%
G=11.60%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425316200.780.330.05325.487.9157.84
HexF235A204E215145583a
Octal36265242011641550513072
Binary1111001011010110100010010011101000011011010001011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F235A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F235A2; }

 p { color: rgb(242,53,162); }

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

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

 a { background-color: rgb(242,53,162); }

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

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

 span { border-color: rgb(242,53,162); }

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