Html Css Color HEX #F54546 Radical Red

📋 copy color: '#F54546'

red 245 ◦ green 69 ◦ blue 70

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

Shades of Radical Red #F54546

Tints of Radical Red #F54546

RGB

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

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

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

R = 63.8%
G = 17.97%
B = 18.23%

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

#F54546 (or 0xF54546) is known color: Radical Red. HEX triplet: F5, 45 and 46. RGB value is (245,69,70). Sum of RGB (Red+Green+Blue) = 245+69+70=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F54546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54546 is #0ABAB9. Grayscale: #797979. Windows color (decimal): -703162 or 4605429. OLE color: 4605429.

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

Color convert

RGB 245 69 70 -
CMYK 0 0.72 0.71 0.04
HSL 359.66º 0.9% 0.62% -
HSV(B) 359.66º 0.72% 0.96% -
XYZ 40.89 24.11 8.29 -
YUV 121.74 98.81 215.92 -
System Red Green Blue C M Y K H S L
Decimal 245 69 70 0 0.72 0.71 0.04 359.66 0.9 0.62
Hex F5 45 46 0 48 47 4 168 5A 3E
Octal 365 105 106 0 110 107 4 550 132 76
Binary 11110101 1000101 1000110 0 1001000 1000111 100 101101000 1011010 111110

Color Harmonies of #F54546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54546

Black with #F54546

Text Example


Text Example

White with #F54546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54546; }

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

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

background-color css

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

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

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

border-color css

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

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

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