#F23FA0

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

Shades of Wild Strawberry #F23FA0

Tints of Wild Strawberry #F23FA0

Color information

#F23FA0 (or 0xF23FA0) is unknown color: approx Wild Strawberry. HEX triplet: F2, 3F and A0. RGB value is (242,63,160). Sum of RGB (Red+Green+Blue) = 242+63+160=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23FA0 is #0DC05F. Grayscale: #7F7F7F. Windows color (decimal): -901216 or 10502130. OLE color: 10502130.

HSL color Cylindrical-coordinate representation of color #F23FA0: hue angle of 327.49º 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 #F23FA0 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB24263160-
CMYK00.740.340.05
HSL327.49º87.32%59.8%-
HSV(B)327.49º73.97%94.9%-
XYZ44.7424.9735.72-
YUV127.58146.3209.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 63 (25% from 255) = 13.55%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=52.04%
G=13.55%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426316000.740.340.05327.4987.3259.8
HexF23FA004A225147573c
Octal36277240011242550712774
Binary1111001011111110100000010010101000101011010001111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23FA0; }

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

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

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

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

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

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

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

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