#F23191

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

Shades of Wild Strawberry #F23191

Tints of Wild Strawberry #F23191

Color information

#F23191 (or 0xF23191) is unknown color: approx Wild Strawberry. HEX triplet: F2, 31 and 91. RGB value is (242,49,145). Sum of RGB (Red+Green+Blue) = 242+49+145=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F23191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23191 is #0DCE6E. Grayscale: #757575. Windows color (decimal): -904815 or 9515506. OLE color: 9515506.

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

Color convert

RGB24249145-
CMYK00.800.400.05
HSL330.16º88.13%57.06%-
HSV(B)330.16º79.75%94.9%-
XYZ42.8323.1228.99-
YUV117.65143.44216.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.50%
GREEN value IS 49 (19.53% from 255) = 11.24%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=55.50%
G=11.24%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424914500.800.400.05330.1688.1357.06
HexF2319105028514a5839
Octal36261221012050551213071
Binary1111001011000110010001010100001010001011010010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23191; }

 p { color: rgb(242,49,145); }

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

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

 a { background-color: rgb(242,49,145); }

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

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

 span { border-color: rgb(242,49,145); }

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