#F1474B

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

Shades of Radical Red #F1474B

Tints of Radical Red #F1474B

Color information

#F1474B (or 0xF1474B) is unknown color: approx Radical Red. HEX triplet: F1, 47 and 4B. RGB value is (241,71,75). Sum of RGB (Red+Green+Blue) = 241+71+75=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F1474B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1474B is #0EB8B4. Grayscale: #7A7A7A. Windows color (decimal): -964789 or 4933617. OLE color: 4933617.

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

Color convert

RGB2417175-
CMYK00.710.690.05
HSL358.59º85.86%61.18%-
HSV(B)358.59º70.54%94.51%-
XYZ39.823.729.14-
YUV122.29101.32212.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.27%
GREEN value IS 71 (28.12% from 255) = 18.35%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=62.27%
G=18.35%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241717500.710.690.05358.5985.8661.18
HexF1474B047455167563d
Octal3611071130107105554712675
Binary11110001100011110010110100011110001011011011001111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1474B; }

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

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

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

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

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

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

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

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