#F23F9E

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

Shades of Wild Strawberry #F23F9E

Tints of Wild Strawberry #F23F9E

Color information

#F23F9E (or 0xF23F9E) is unknown color: approx Wild Strawberry. HEX triplet: F2, 3F and 9E. RGB value is (242,63,158). Sum of RGB (Red+Green+Blue) = 242+63+158=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23F9E is #0DC061. Grayscale: #7F7F7F. Windows color (decimal): -901218 or 10371058. OLE color: 10371058.

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

Color convert

RGB24263158-
CMYK00.740.350.05
HSL328.16º87.32%59.8%-
HSV(B)328.16º73.97%94.9%-
XYZ44.5724.934.81-
YUV127.35145.3209.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.27%
GREEN value IS 63 (25% from 255) = 13.61%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=52.27%
G=13.61%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426315800.740.350.05328.1687.3259.8
HexF23F9E04A235148573c
Octal36277236011243551012774
Binary1111001011111110011110010010101000111011010010001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23F9E; }

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

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

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

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

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

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

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

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