#F93C4A

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

Shades of Radical Red #F93C4A

Tints of Radical Red #F93C4A

Color information

#F93C4A (or 0xF93C4A) is unknown color: approx Radical Red. HEX triplet: F9, 3C and 4A. RGB value is (249,60,74). Sum of RGB (Red+Green+Blue) = 249+60+74=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93C4A is #06C3B5. Grayscale: #767676. Windows color (decimal): -443318 or 4865273. OLE color: 4865273.

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

Color convert

RGB2496074-
CMYK00.760.700.02
HSL355.56º94.03%60.59%-
HSV(B)355.56º75.9%97.65%-
XYZ41.9223.878.88-
YUV118.11103.12221.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.01%
GREEN value IS 60 (23.83% from 255) = 15.67%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=65.01%
G=15.67%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249607400.760.700.02355.5694.0360.59
HexF93C4A04C4621645e3d
Octal371741120114106254413675
Binary111110011111001001010010011001000110101011001001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93C4A; }

 p { color: rgb(249,60,74); }

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

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

 a { background-color: rgb(249,60,74); }

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

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

 span { border-color: rgb(249,60,74); }

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