#F24698

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

Shades of Violet Red #F24698

Tints of Violet Red #F24698

Color information

#F24698 (or 0xF24698) is unknown color: approx Violet Red. HEX triplet: F2, 46 and 98. RGB value is (242,70,152). Sum of RGB (Red+Green+Blue) = 242+70+152=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F24698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24698 is #0DB967. Grayscale: #828282. Windows color (decimal): -899432 or 9979634. OLE color: 9979634.

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

Color convert

RGB24270152-
CMYK00.710.370.05
HSL331.4º86.87%61.18%-
HSV(B)331.4º71.07%94.9%-
XYZ44.4825.5232.29-
YUV130.78139.98207.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 70 (27.73% from 255) = 15.09%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=52.16%
G=15.09%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427015200.710.370.05331.486.8761.18
HexF2469804725514b573d
Octal362106230010745551312775
Binary11110010100011010011000010001111001011011010010111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24698; }

 p { color: rgb(242,70,152); }

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

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

 a { background-color: rgb(242,70,152); }

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

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

 span { border-color: rgb(242,70,152); }

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