Html Css Color HEX #F74546 Radical Red

📋 copy color: '#F74546'

red 247 ◦ green 69 ◦ blue 70

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

Shades of Radical Red #F74546

Tints of Radical Red #F74546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.88%

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 63.99%
G = 17.88%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F74546 (or 0xF74546) is known color: Radical Red. HEX triplet: F7, 45 and 46. RGB value is (247,69,70). Sum of RGB (Red+Green+Blue) = 247+69+70=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F74546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74546 is #08BAB9. Grayscale: #7A7A7A. Windows color (decimal): -572090 or 4605431. OLE color: 4605431.

HSL color Cylindrical-coordinate representation of color #F74546: hue angle of 359.66º 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 #F74546 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 69 70 -
CMYK 0 0.72 0.72 0.03
HSL 359.66º 0.92% 0.62% -
HSV(B) 359.66º 0.72% 0.97% -
XYZ 41.59 24.47 8.33 -
YUV 122.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 247 69 70 0 0.72 0.72 0.03 359.66 0.92 0.62
Hex F7 45 46 0 48 48 3 168 5C 3E
Octal 367 105 106 0 110 110 3 550 134 76
Binary 11110111 1000101 1000110 0 1001000 1001000 11 101101000 1011100 111110

Color Harmonies of #F74546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74546

Black with #F74546

Text Example


Text Example

White with #F74546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74546; }

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

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

background-color css

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

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

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

border-color css

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

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

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