#F23F9B

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

Shades of Wild Strawberry #F23F9B

Tints of Wild Strawberry #F23F9B

Color information

#F23F9B (or 0xF23F9B) is unknown color: approx Wild Strawberry. HEX triplet: F2, 3F and 9B. RGB value is (242,63,155). Sum of RGB (Red+Green+Blue) = 242+63+155=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23F9B is #0DC064. Grayscale: #7E7E7E. Windows color (decimal): -901221 or 10174450. OLE color: 10174450.

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

Color convert

RGB24263155-
CMYK00.740.360.05
HSL329.16º87.32%59.8%-
HSV(B)329.16º73.97%94.9%-
XYZ44.3124.833.46-
YUV127.01143.8210.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.61%
GREEN value IS 63 (25% from 255) = 13.70%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=52.61%
G=13.70%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426315500.740.360.05329.1687.3259.8
HexF23F9B04A245149573c
Octal36277233011244551112774
Binary1111001011111110011011010010101001001011010010011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23F9B; }

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

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

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

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

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

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

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

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