Html Css Color HEX #F54349 Radical Red

📋 copy color: '#F54349'

red 245 ◦ green 67 ◦ blue 73

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

Shades of Radical Red #F54349

Tints of Radical Red #F54349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 63.64%
G = 17.4%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F54349 (or 0xF54349) is known color: Radical Red. HEX triplet: F5, 43 and 49. RGB value is (245,67,73). Sum of RGB (Red+Green+Blue) = 245+67+73=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F54349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54349 is #0ABCB6. Grayscale: #797979. Windows color (decimal): -703671 or 4801525. OLE color: 4801525.

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

Color convert

RGB 245 67 73 -
CMYK 0 0.73 0.70 0.04
HSL 357.98º 0.9% 0.61% -
HSV(B) 357.98º 0.73% 0.96% -
XYZ 40.87 23.91 8.76 -
YUV 120.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 245 67 73 0 0.73 0.70 0.04 357.98 0.9 0.61
Hex F5 43 49 0 49 46 4 166 5A 3D
Octal 365 103 111 0 111 106 4 546 132 75
Binary 11110101 1000011 1001001 0 1001001 1000110 100 101100110 1011010 111101

Color Harmonies of #F54349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54349

Black with #F54349

Text Example


Text Example

White with #F54349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54349; }

 p { color: rgb(245,67,73); }

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

background-color css

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

 a { background-color: rgb(245,67,73); }

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

border-color css

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

 span { border-color: rgb(245,67,73); }

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