Html Css Color HEX #F74548 Radical Red

📋 copy color: '#F74548'

red 247 ◦ green 69 ◦ blue 72

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

Shades of Radical Red #F74548

Tints of Radical Red #F74548

RGB

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

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

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

R = 63.66%
G = 17.78%
B = 18.56%

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

#F74548 (or 0xF74548) is known color: Radical Red. HEX triplet: F7, 45 and 48. RGB value is (247,69,72). Sum of RGB (Red+Green+Blue) = 247+69+72=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F74548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74548 is #08BAB7. Grayscale: #7A7A7A. Windows color (decimal): -572088 or 4736503. OLE color: 4736503.

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

Color convert

RGB 247 69 72 -
CMYK 0 0.72 0.71 0.03
HSL 358.99º 0.92% 0.62% -
HSV(B) 358.99º 0.72% 0.97% -
XYZ 41.66 24.5 8.66 -
YUV 122.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 247 69 72 0 0.72 0.71 0.03 358.99 0.92 0.62
Hex F7 45 48 0 48 47 3 167 5C 3E
Octal 367 105 110 0 110 107 3 547 134 76
Binary 11110111 1000101 1001000 0 1001000 1000111 11 101100111 1011100 111110

Color Harmonies of #F74548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74548

Black with #F74548

Text Example


Text Example

White with #F74548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74548; }

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

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

background-color css

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

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

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

border-color css

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

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

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