#F23FA6

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

Shades of Wild Strawberry #F23FA6

Tints of Wild Strawberry #F23FA6

Color information

#F23FA6 (or 0xF23FA6) is unknown color: approx Wild Strawberry. HEX triplet: F2, 3F and A6. RGB value is (242,63,166). Sum of RGB (Red+Green+Blue) = 242+63+166=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23FA6 is #0DC059. Grayscale: #808080. Windows color (decimal): -901210 or 10895346. OLE color: 10895346.

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

Color convert

RGB24263166-
CMYK00.740.310.05
HSL325.47º87.32%59.8%-
HSV(B)325.47º73.97%94.9%-
XYZ45.2825.1938.55-
YUV128.26149.3209.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.38%
GREEN value IS 63 (25% from 255) = 13.38%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=51.38%
G=13.38%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426316600.740.310.05325.4787.3259.8
HexF23FA604A1F5145573c
Octal36277246011237550512774
Binary111100101111111010011001001010111111011010001011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23FA6; }

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

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

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

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

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

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

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

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