#F23C85

Color #F23C85 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F23C85

Tints of Violet Red #F23C85

Color information

#F23C85 (or 0xF23C85) is unknown color: approx Violet Red. HEX triplet: F2, 3C and 85. RGB value is (242,60,133). Sum of RGB (Red+Green+Blue) = 242+60+133=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23C85 is #0DC37A. Grayscale: #7A7A7A. Windows color (decimal): -902011 or 8731890. OLE color: 8731890.

HSL color Cylindrical-coordinate representation of color #F23C85: hue angle of 335.93º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23C85 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB24260133-
CMYK00.750.450.05
HSL335.93º87.5%59.22%-
HSV(B)335.93º75.21%94.9%-
XYZ42.4723.824.55-
YUV122.74133.8213.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.63%
GREEN value IS 60 (23.83% from 255) = 13.79%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=55.63%
G=13.79%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426013300.750.450.05335.9387.559.22
HexF23C8504B2D5150583b
Octal36274205011355552013073
Binary1111001011110010000101010010111011011011010100001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23C85; }

 p { color: rgb(242,60,133); }

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

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

 a { background-color: rgb(242,60,133); }

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

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

 span { border-color: rgb(242,60,133); }

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