#f93c72

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

Shades of Radical Red #F93C72

Tints of Radical Red #F93C72

Color information

#F93C72 (or 0xF93C72) is unknown color: approx Radical Red. HEX triplet: F9, 3C and 72. RGB value is (249,60,114). Sum of RGB (Red+Green+Blue) = 249+60+114=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93C72 is #06C38D. Grayscale: #7A7A7A. Windows color (decimal): -443278 or 7486713. OLE color: 7486713.

HSL color Cylindrical-coordinate representation of color #F93C72: hue angle of 342.86º 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 #F93C72 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB24960114-
CMYK00.760.540.02
HSL342.86º94.03%60.59%-
HSV(B)342.86º75.9%97.65%-
XYZ43.7224.5918.36-
YUV122.67123.12218.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.87%
GREEN value IS 60 (23.83% from 255) = 14.18%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=58.87%
G=14.18%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496011400.760.540.02342.8694.0360.59
HexF93C7204C3621575e3d
Octal37174162011466252713675
Binary11111001111100111001001001100110110101010101111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f93c72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f93c72; }

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

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

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

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

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

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

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

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