#F74B5D

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

Shades of Radical Red #F74B5D

Tints of Radical Red #F74B5D

Color information

#F74B5D (or 0xF74B5D) is unknown color: approx Radical Red. HEX triplet: F7, 4B and 5D. RGB value is (247,75,93). Sum of RGB (Red+Green+Blue) = 247+75+93=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74B5D is #08B4A2. Grayscale: #808080. Windows color (decimal): -570531 or 6114295. OLE color: 6114295.

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

Color convert

RGB2477593-
CMYK00.700.620.03
HSL353.72º91.49%63.14%-
HSV(B)353.72º69.64%96.86%-
XYZ42.8525.613.04-
YUV128.48107.98212.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.52%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=59.52%
G=18.07%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247759300.700.620.03353.7291.4963.14
HexF74B5D0463E31625b3f
Octal367113135010676354213377
Binary111101111001011101110101000110111110111011000101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74B5D; }

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

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

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

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

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

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

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

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