#F24198

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

Shades of Violet Red #F24198

Tints of Violet Red #F24198

Color information

#F24198 (or 0xF24198) is unknown color: approx Violet Red. HEX triplet: F2, 41 and 98. RGB value is (242,65,152). Sum of RGB (Red+Green+Blue) = 242+65+152=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F24198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24198 is #0DBE67. Grayscale: #7F7F7F. Windows color (decimal): -900712 or 9978354. OLE color: 9978354.

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

Color convert

RGB24265152-
CMYK00.730.370.05
HSL330.51º87.19%60.2%-
HSV(B)330.51º73.14%94.9%-
XYZ44.1824.9232.19-
YUV127.84141.64209.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.72%
GREEN value IS 65 (25.78% from 255) = 14.16%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=52.72%
G=14.16%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2426515200.730.370.05330.5187.1960.2
HexF2419804925514b573c
Octal362101230011145551312774
Binary11110010100000110011000010010011001011011010010111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24198; }

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

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

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

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

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

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

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

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