#F24280

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

Shades of Violet Red #F24280

Tints of Violet Red #F24280

Color information

#F24280 (or 0xF24280) is unknown color: approx Violet Red. HEX triplet: F2, 42 and 80. RGB value is (242,66,128). Sum of RGB (Red+Green+Blue) = 242+66+128=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F24280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24280 is #0DBD7F. Grayscale: #7D7D7D. Windows color (decimal): -900480 or 8405746. OLE color: 8405746.

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

Color convert

RGB24266128-
CMYK00.730.470.05
HSL338.86º87.13%60.39%-
HSV(B)338.86º72.73%94.9%-
XYZ42.4624.3322.88-
YUV125.69129.31210.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.50%
GREEN value IS 66 (26.17% from 255) = 15.14%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=55.50%
G=15.14%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426612800.730.470.05338.8687.1360.39
HexF242800492F5153573c
Octal362102200011157552312774
Binary11110010100001010000000010010011011111011010100111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24280; }

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

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

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

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

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

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

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

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