#F23EA4

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

Shades of Wild Strawberry #F23EA4

Tints of Wild Strawberry #F23EA4

Color information

#F23EA4 (or 0xF23EA4) is unknown color: approx Wild Strawberry. HEX triplet: F2, 3E and A4. RGB value is (242,62,164). Sum of RGB (Red+Green+Blue) = 242+62+164=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F23EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23EA4 is #0DC15B. Grayscale: #7F7F7F. Windows color (decimal): -901468 or 10764018. OLE color: 10764018.

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

Color convert

RGB24262164-
CMYK00.740.320.05
HSL326º87.38%59.61%-
HSV(B)326º74.38%94.9%-
XYZ45.042537.57-
YUV127.45148.63209.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.71%
GREEN value IS 62 (24.61% from 255) = 13.25%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=51.71%
G=13.25%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426216400.740.320.0532687.3859.61
HexF23EA404A205146573c
Octal36276244011240550612774
Binary1111001011111010100100010010101000001011010001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23EA4; }

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

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

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

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

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

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

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

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