#F23896

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

Shades of Wild Strawberry #F23896

Tints of Wild Strawberry #F23896

Color information

#F23896 (or 0xF23896) is unknown color: approx Wild Strawberry. HEX triplet: F2, 38 and 96. RGB value is (242,56,150). Sum of RGB (Red+Green+Blue) = 242+56+150=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F23896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23896 is #0DC769. Grayscale: #7A7A7A. Windows color (decimal): -903018 or 9844978. OLE color: 9844978.

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

Color convert

RGB24256150-
CMYK00.770.380.05
HSL329.68º87.74%58.43%-
HSV(B)329.68º76.86%94.9%-
XYZ43.5423.9131.17-
YUV122.33143.62213.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.02%
GREEN value IS 56 (22.27% from 255) = 12.5%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=54.02%
G=12.5%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425615000.770.380.05329.6887.7458.43
HexF2389604D26514a583a
Octal36270226011546551213072
Binary1111001011100010010110010011011001101011010010101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23896; }

 p { color: rgb(242,56,150); }

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

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

 a { background-color: rgb(242,56,150); }

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

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

 span { border-color: rgb(242,56,150); }

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