#F7474B

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

Shades of Radical Red #F7474B

Tints of Radical Red #F7474B

Color information

#F7474B (or 0xF7474B) is unknown color: approx Radical Red. HEX triplet: F7, 47 and 4B. RGB value is (247,71,75). Sum of RGB (Red+Green+Blue) = 247+71+75=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F7474B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7474B is #08B8B4. Grayscale: #7C7C7C. Windows color (decimal): -571573 or 4933623. OLE color: 4933623.

HSL color Cylindrical-coordinate representation of color #F7474B: hue angle of 358.64º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F7474B is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB2477175-
CMYK00.710.700.03
HSL358.64º91.67%62.35%-
HSV(B)358.64º71.26%96.86%-
XYZ41.8824.799.23-
YUV124.08100.31215.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 62.85%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=62.85%
G=18.07%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247717500.710.700.03358.6491.6762.35
HexF7474B0474631675c3e
Octal3671071130107106354713476
Binary1111011110001111001011010001111000110111011001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7474B; }

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

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

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

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

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

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

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

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