#F93F52

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

Shades of Radical Red #F93F52

Tints of Radical Red #F93F52

Color information

#F93F52 (or 0xF93F52) is unknown color: approx Radical Red. HEX triplet: F9, 3F and 52. RGB value is (249,63,82). Sum of RGB (Red+Green+Blue) = 249+63+82=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93F52 is #06C0AD. Grayscale: #787878. Windows color (decimal): -442542 or 5390329. OLE color: 5390329.

HSL color Cylindrical-coordinate representation of color #F93F52: hue angle of 353.87º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93F52 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB2496382-
CMYK00.750.670.02
HSL353.87º93.94%61.18%-
HSV(B)353.87º74.7%97.65%-
XYZ42.3724.310.44-
YUV120.78106.12219.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.20%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=63.20%
G=15.99%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249638200.750.670.02353.8793.9461.18
HexF93F5204B4321625e3d
Octal371771220113103254213675
Binary111110011111111010010010010111000011101011000101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93F52; }

 p { color: rgb(249,63,82); }

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

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

 a { background-color: rgb(249,63,82); }

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

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

 span { border-color: rgb(249,63,82); }

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