#F14B52

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

Shades of Radical Red #F14B52

Tints of Radical Red #F14B52

Color information

#F14B52 (or 0xF14B52) is unknown color: approx Radical Red. HEX triplet: F1, 4B and 52. RGB value is (241,75,82). Sum of RGB (Red+Green+Blue) = 241+75+82=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14B52 is #0EB4AD. Grayscale: #7D7D7D. Windows color (decimal): -963758 or 5393393. OLE color: 5393393.

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

Color convert

RGB2417582-
CMYK00.690.660.05
HSL357.47º85.57%61.96%-
HSV(B)357.47º68.88%94.51%-
XYZ40.3124.3410.56-
YUV125.43103.5210.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.55%
GREEN value IS 75 (29.69% from 255) = 18.84%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=60.55%
G=18.84%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241758200.690.660.05357.4785.5761.96
HexF14B52045425165563e
Octal3611131220105102554512676
Binary11110001100101110100100100010110000101011011001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B52; }

 p { color: rgb(241,75,82); }

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

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

 a { background-color: rgb(241,75,82); }

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

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

 span { border-color: rgb(241,75,82); }

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