#F233A0

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

Shades of Wild Strawberry #F233A0

Tints of Wild Strawberry #F233A0

Color information

#F233A0 (or 0xF233A0) is unknown color: approx Wild Strawberry. HEX triplet: F2, 33 and A0. RGB value is (242,51,160). Sum of RGB (Red+Green+Blue) = 242+51+160=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F233A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F233A0 is #0DCC5F. Grayscale: #787878. Windows color (decimal): -904288 or 10499058. OLE color: 10499058.

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

Color convert

RGB24251160-
CMYK00.790.340.05
HSL325.76º88.02%57.45%-
HSV(B)325.76º78.93%94.9%-
XYZ44.1523.7835.52-
YUV120.54150.28214.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.42%
GREEN value IS 51 (20.31% from 255) = 11.26%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=53.42%
G=11.26%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425116000.790.340.05325.7688.0257.45
HexF233A004F2251465839
Octal36263240011742550613071
Binary1111001011001110100000010011111000101011010001101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F233A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F233A0; }

 p { color: rgb(242,51,160); }

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

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

 a { background-color: rgb(242,51,160); }

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

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

 span { border-color: rgb(242,51,160); }

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