#F23FA1

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

Shades of Wild Strawberry #F23FA1

Tints of Wild Strawberry #F23FA1

Color information

#F23FA1 (or 0xF23FA1) is unknown color: approx Wild Strawberry. HEX triplet: F2, 3F and A1. RGB value is (242,63,161). Sum of RGB (Red+Green+Blue) = 242+63+161=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23FA1 is #0DC05E. Grayscale: #7F7F7F. Windows color (decimal): -901215 or 10567666. OLE color: 10567666.

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

Color convert

RGB24263161-
CMYK00.740.330.05
HSL327.15º87.32%59.8%-
HSV(B)327.15º73.97%94.9%-
XYZ44.8325.0136.18-
YUV127.69146.8209.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.93%
GREEN value IS 63 (25% from 255) = 13.52%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=51.93%
G=13.52%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426316100.740.330.05327.1587.3259.8
HexF23FA104A215147573c
Octal36277241011241550712774
Binary1111001011111110100001010010101000011011010001111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23FA1; }

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

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

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

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

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

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

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

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