#F23E7A

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

Shades of Violet Red #F23E7A

Tints of Violet Red #F23E7A

Color information

#F23E7A (or 0xF23E7A) is unknown color: approx Violet Red. HEX triplet: F2, 3E and 7A. RGB value is (242,62,122). Sum of RGB (Red+Green+Blue) = 242+62+122=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23E7A is #0DC185. Grayscale: #7A7A7A. Windows color (decimal): -901510 or 8011506. OLE color: 8011506.

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

Color convert

RGB24262122-
CMYK00.740.500.05
HSL340º87.38%59.61%-
HSV(B)340º74.38%94.9%-
XYZ41.8523.7320.79-
YUV122.66127.63213.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.81%
GREEN value IS 62 (24.61% from 255) = 14.55%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=56.81%
G=14.55%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426212200.740.500.0534087.3859.61
HexF23E7A04A325154573c
Octal36276172011262552412774
Binary111100101111101111010010010101100101011010101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23E7A; }

 p { color: rgb(242,62,122); }

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

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

 a { background-color: rgb(242,62,122); }

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

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

 span { border-color: rgb(242,62,122); }

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