#F23F77

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

Shades of Violet Red #F23F77

Tints of Violet Red #F23F77

Color information

#F23F77 (or 0xF23F77) is unknown color: approx Violet Red. HEX triplet: F2, 3F and 77. RGB value is (242,63,119). Sum of RGB (Red+Green+Blue) = 242+63+119=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F77 is #0DC088. Grayscale: #7A7A7A. Windows color (decimal): -901257 or 7815154. OLE color: 7815154.

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

Color convert

RGB24263119-
CMYK00.740.510.05
HSL341.23º87.32%59.8%-
HSV(B)341.23º73.97%94.9%-
XYZ41.7323.7619.84-
YUV122.9125.8212.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.08%
GREEN value IS 63 (25% from 255) = 14.86%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=57.08%
G=14.86%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426311900.740.510.05341.2387.3259.8
HexF23F7704A335155573c
Octal36277167011263552512774
Binary111100101111111110111010010101100111011010101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23F77; }

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

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

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

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

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

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

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

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