#F24853

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

Shades of Radical Red #F24853

Tints of Radical Red #F24853

Color information

#F24853 (or 0xF24853) is unknown color: approx Radical Red. HEX triplet: F2, 48 and 53. RGB value is (242,72,83). Sum of RGB (Red+Green+Blue) = 242+72+83=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F24853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24853 is #0DB7AC. Grayscale: #7C7C7C. Windows color (decimal): -898989 or 5458162. OLE color: 5458162.

HSL color Cylindrical-coordinate representation of color #F24853: hue angle of 356.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24853 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB2427283-
CMYK00.700.660.05
HSL356.12º86.73%61.57%-
HSV(B)356.12º70.25%94.9%-
XYZ40.524.1410.71-
YUV124.08104.82212.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.96%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 83 (32.81% from 255) = 20.91%
R=60.96%
G=18.14%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242728300.700.660.05356.1286.7361.57
HexF24853046425164573e
Octal3621101230106102554412776
Binary11110010100100010100110100011010000101011011001001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24853; }

 p { color: rgb(242,72,83); }

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

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

 a { background-color: rgb(242,72,83); }

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

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

 span { border-color: rgb(242,72,83); }

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