#F23FAB

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

Shades of Wild Strawberry #F23FAB

Tints of Wild Strawberry #F23FAB

Color information

#F23FAB (or 0xF23FAB) is unknown color: approx Wild Strawberry. HEX triplet: F2, 3F and AB. RGB value is (242,63,171). Sum of RGB (Red+Green+Blue) = 242+63+171=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23FAB is #0DC054. Grayscale: #808080. Windows color (decimal): -901205 or 11223026. OLE color: 11223026.

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

Color convert

RGB24263171-
CMYK00.740.290.05
HSL323.8º87.32%59.8%-
HSV(B)323.8º73.97%94.9%-
XYZ45.7525.3741.01-
YUV128.83151.8208.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.84%
GREEN value IS 63 (25% from 255) = 13.24%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=50.84%
G=13.24%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426317100.740.290.05323.887.3259.8
HexF23FAB04A1D5144573c
Octal36277253011235550412774
Binary111100101111111010101101001010111011011010001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23FAB; }

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

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

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

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

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

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

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

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