Html Css Color HEX #F74648 Radical Red

📋 copy color: '#F74648'

red 247 ◦ green 70 ◦ blue 72

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

Shades of Radical Red #F74648

Tints of Radical Red #F74648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 63.5%
G = 17.99%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F74648 (or 0xF74648) is known color: Radical Red. HEX triplet: F7, 46 and 48. RGB value is (247,70,72). Sum of RGB (Red+Green+Blue) = 247+70+72=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F74648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74648 is #08B9B7. Grayscale: #7B7B7B. Windows color (decimal): -571832 or 4736759. OLE color: 4736759.

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

Color convert

RGB 247 70 72 -
CMYK 0 0.72 0.71 0.03
HSL 359.32º 0.92% 0.62% -
HSV(B) 359.32º 0.72% 0.97% -
XYZ 41.72 24.62 8.68 -
YUV 123.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 247 70 72 0 0.72 0.71 0.03 359.32 0.92 0.62
Hex F7 46 48 0 48 47 3 167 5C 3E
Octal 367 106 110 0 110 107 3 547 134 76
Binary 11110111 1000110 1001000 0 1001000 1000111 11 101100111 1011100 111110

Color Harmonies of #F74648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74648

Black with #F74648

Text Example


Text Example

White with #F74648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74648; }

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

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

background-color css

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

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

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

border-color css

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

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

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