Html Css Color HEX #F74656 Radical Red

📋 copy color: '#F74656'

red 247 ◦ green 70 ◦ blue 86

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

Shades of Radical Red #F74656

Tints of Radical Red #F74656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.37%

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

R = 61.29%
G = 17.37%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F74656 (or 0xF74656) is known color: Radical Red. HEX triplet: F7, 46 and 56. RGB value is (247,70,86). Sum of RGB (Red+Green+Blue) = 247+70+86=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F74656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74656 is #08B9A9. Grayscale: #7C7C7C. Windows color (decimal): -571818 or 5654263. OLE color: 5654263.

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

Color convert

RGB 247 70 86 -
CMYK 0 0.72 0.65 0.03
HSL 354.58º 0.92% 0.62% -
HSV(B) 354.58º 0.72% 0.97% -
XYZ 42.23 24.83 11.37 -
YUV 124.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 247 70 86 0 0.72 0.65 0.03 354.58 0.92 0.62
Hex F7 46 56 0 48 41 3 163 5C 3E
Octal 367 106 126 0 110 101 3 543 134 76
Binary 11110111 1000110 1010110 0 1001000 1000001 11 101100011 1011100 111110

Color Harmonies of #F74656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74656

Black with #F74656

Text Example


Text Example

White with #F74656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74656; }

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

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

background-color css

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

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

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

border-color css

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

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

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