#F23582

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

Shades of Violet Red #F23582

Tints of Violet Red #F23582

Color information

#F23582 (or 0xF23582) is unknown color: approx Violet Red. HEX triplet: F2, 35 and 82. RGB value is (242,53,130). Sum of RGB (Red+Green+Blue) = 242+53+130=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F23582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23582 is #0DCA7D. Grayscale: #767676. Windows color (decimal): -903806 or 8533490. OLE color: 8533490.

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

Color convert

RGB24253130-
CMYK00.780.460.05
HSL335.56º87.91%57.84%-
HSV(B)335.56º78.1%94.9%-
XYZ41.9223.0423.36-
YUV118.29134.62216.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.94%
GREEN value IS 53 (21.09% from 255) = 12.47%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=56.94%
G=12.47%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2425313000.780.460.05335.5687.9157.84
HexF2358204E2E5150583a
Octal36265202011656552013072
Binary1111001011010110000010010011101011101011010100001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23582; }

 p { color: rgb(242,53,130); }

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

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

 a { background-color: rgb(242,53,130); }

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

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

 span { border-color: rgb(242,53,130); }

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