#F23484

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

Shades of Violet Red #F23484

Tints of Violet Red #F23484

Color information

#F23484 (or 0xF23484) is unknown color: approx Violet Red. HEX triplet: F2, 34 and 84. RGB value is (242,52,132). Sum of RGB (Red+Green+Blue) = 242+52+132=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F23484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23484 is #0DCB7B. Grayscale: #757575. Windows color (decimal): -904060 or 8664306. OLE color: 8664306.

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

Color convert

RGB24252132-
CMYK00.790.450.05
HSL334.74º87.96%57.65%-
HSV(B)334.74º78.51%94.9%-
XYZ42.012324.05-
YUV117.93135.95216.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.81%
GREEN value IS 52 (20.70% from 255) = 12.21%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=56.81%
G=12.21%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425213200.790.450.05334.7487.9657.65
HexF2348404F2D514f583a
Octal36264204011755551713072
Binary1111001011010010000100010011111011011011010011111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23484; }

 p { color: rgb(242,52,132); }

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

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

 a { background-color: rgb(242,52,132); }

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

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

 span { border-color: rgb(242,52,132); }

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