Html Css Color HEX #F54548 Radical Red

📋 copy color: '#F54548'

red 245 ◦ green 69 ◦ blue 72

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

Shades of Radical Red #F54548

Tints of Radical Red #F54548

RGB

 RED value IS 245 (96.09% from 255) = 63.47%

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

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

R = 63.47%
G = 17.88%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F54548 (or 0xF54548) is known color: Radical Red. HEX triplet: F5, 45 and 48. RGB value is (245,69,72). Sum of RGB (Red+Green+Blue) = 245+69+72=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F54548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54548 is #0ABAB7. Grayscale: #7A7A7A. Windows color (decimal): -703160 or 4736501. OLE color: 4736501.

HSL color Cylindrical-coordinate representation of color #F54548: hue angle of 358.98º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54548 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 69 72 -
CMYK 0 0.72 0.71 0.04
HSL 358.98º 0.9% 0.62% -
HSV(B) 358.98º 0.72% 0.96% -
XYZ 40.95 24.14 8.63 -
YUV 121.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 245 69 72 0 0.72 0.71 0.04 358.98 0.9 0.62
Hex F5 45 48 0 48 47 4 167 5A 3E
Octal 365 105 110 0 110 107 4 547 132 76
Binary 11110101 1000101 1001000 0 1001000 1000111 100 101100111 1011010 111110

Color Harmonies of #F54548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54548

Black with #F54548

Text Example


Text Example

White with #F54548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54548; }

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

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

background-color css

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

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

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

border-color css

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

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

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