#F23FA8

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

Shades of Wild Strawberry #F23FA8

Tints of Wild Strawberry #F23FA8

Color information

#F23FA8 (or 0xF23FA8) is unknown color: approx Wild Strawberry. HEX triplet: F2, 3F and A8. RGB value is (242,63,168). Sum of RGB (Red+Green+Blue) = 242+63+168=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23FA8 is #0DC057. Grayscale: #808080. Windows color (decimal): -901208 or 11026418. OLE color: 11026418.

HSL color Cylindrical-coordinate representation of color #F23FA8: hue angle of 324.8º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23FA8 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB24263168-
CMYK00.740.310.05
HSL324.8º87.32%59.8%-
HSV(B)324.8º73.97%94.9%-
XYZ45.4625.2639.53-
YUV128.49150.3208.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 63 (25% from 255) = 13.32%
BLUE value IS 168 (66.02% from 255) = 35.52%
R=51.16%
G=13.32%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426316800.740.310.05324.887.3259.8
HexF23FA804A1F5145573c
Octal36277250011237550512774
Binary111100101111111010100001001010111111011010001011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23FA8; }

 p { color: rgb(242,63,168); }

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

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

 a { background-color: rgb(242,63,168); }

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

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

 span { border-color: rgb(242,63,168); }

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