#F23EA9

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

Shades of Wild Strawberry #F23EA9

Tints of Wild Strawberry #F23EA9

Color information

#F23EA9 (or 0xF23EA9) is unknown color: approx Wild Strawberry. HEX triplet: F2, 3E and A9. RGB value is (242,62,169). Sum of RGB (Red+Green+Blue) = 242+62+169=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F23EA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23EA9 is #0DC156. Grayscale: #7F7F7F. Windows color (decimal): -901463 or 11091698. OLE color: 11091698.

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

Color convert

RGB24262169-
CMYK00.740.300.05
HSL324.33º87.38%59.61%-
HSV(B)324.33º74.38%94.9%-
XYZ45.525.1940-
YUV128.02151.13209.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 62 (24.61% from 255) = 13.11%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=51.16%
G=13.11%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426216900.740.300.05324.3387.3859.61
HexF23EA904A1E5144573c
Octal36276251011236550412774
Binary111100101111101010100101001010111101011010001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23EA9; }

 p { color: rgb(242,62,169); }

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

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

 a { background-color: rgb(242,62,169); }

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

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

 span { border-color: rgb(242,62,169); }

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