#F23293

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

Shades of Wild Strawberry #F23293

Tints of Wild Strawberry #F23293

Color information

#F23293 (or 0xF23293) is unknown color: approx Wild Strawberry. HEX triplet: F2, 32 and 93. RGB value is (242,50,147). Sum of RGB (Red+Green+Blue) = 242+50+147=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F23293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23293 is #0DCD6C. Grayscale: #767676. Windows color (decimal): -904557 or 9646834. OLE color: 9646834.

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

Color convert

RGB24250147-
CMYK00.790.390.05
HSL329.69º88.07%57.25%-
HSV(B)329.69º79.34%94.9%-
XYZ43.0323.2729.83-
YUV118.47144.11216.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.13%
GREEN value IS 50 (19.92% from 255) = 11.39%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=55.13%
G=11.39%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425014700.790.390.05329.6988.0757.25
HexF2329304F27514a5839
Octal36262223011747551213071
Binary1111001011001010010011010011111001111011010010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23293; }

 p { color: rgb(242,50,147); }

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

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

 a { background-color: rgb(242,50,147); }

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

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

 span { border-color: rgb(242,50,147); }

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