#F24580

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

Shades of Violet Red #F24580

Tints of Violet Red #F24580

Color information

#F24580 (or 0xF24580) is unknown color: approx Violet Red. HEX triplet: F2, 45 and 80. RGB value is (242,69,128). Sum of RGB (Red+Green+Blue) = 242+69+128=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F24580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24580 is #0DBA7F. Grayscale: #7F7F7F. Windows color (decimal): -899712 or 8406514. OLE color: 8406514.

HSL color Cylindrical-coordinate representation of color #F24580: hue angle of 339.54º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24580 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB24269128-
CMYK00.710.470.05
HSL339.54º86.93%60.98%-
HSV(B)339.54º71.49%94.9%-
XYZ42.6424.6922.94-
YUV127.45128.31209.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.13%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=55.13%
G=15.72%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426912800.710.470.05339.5486.9360.98
HexF245800472F5154573d
Octal362105200010757552412775
Binary11110010100010110000000010001111011111011010101001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24580; }

 p { color: rgb(242,69,128); }

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

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

 a { background-color: rgb(242,69,128); }

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

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

 span { border-color: rgb(242,69,128); }

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