Html Css Color HEX #F74956 Radical Red

📋 copy color: '#F74956'

red 247 ◦ green 73 ◦ blue 86

#F74956
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #F74956

Tints of Radical Red #F74956

RGB

 RED value IS 247 (96.88% from 255) = 60.84%

 GREEN value IS 73 (28.91% from 255) = 17.98%

 BLUE value IS 86 (33.98% from 255) = 21.18%

R = 60.84%
G = 17.98%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F74956 (or 0xF74956) is known color: Radical Red. HEX triplet: F7, 49 and 56. RGB value is (247,73,86). Sum of RGB (Red+Green+Blue) = 247+73+86=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F74956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74956 is #08B6A9. Grayscale: #7E7E7E. Windows color (decimal): -571050 or 5655031. OLE color: 5655031.

HSL color Cylindrical-coordinate representation of color #F74956: hue angle of 355.52º degrees, saturation: 0.92, 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 #F74956 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 73 86 -
CMYK 0 0.70 0.65 0.03
HSL 355.52º 0.92% 0.63% -
HSV(B) 355.52º 0.7% 0.97% -
XYZ 42.42 25.21 11.43 -
YUV 126.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 247 73 86 0 0.70 0.65 0.03 355.52 0.92 0.63
Hex F7 49 56 0 46 41 3 164 5C 3F
Octal 367 111 126 0 106 101 3 544 134 77
Binary 11110111 1001001 1010110 0 1000110 1000001 11 101100100 1011100 111111

Color Harmonies of #F74956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74956

Black with #F74956

Text Example


Text Example

White with #F74956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74956; }

 p { color: rgb(247,73,86); }

 H1.HeaderClassName
 {
   color: #F74956;
 }
 .AnyTagClassName
 {
   color: #F74956;
 }
</style>

background-color css

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

 a { background-color: rgb(247,73,86); }

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

border-color css

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

 span { border-color: rgb(247,73,86); }

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