Html Css Color HEX #F54345 Radical Red

📋 copy color: '#F54345'

red 245 ◦ green 67 ◦ blue 69

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

Shades of Radical Red #F54345

Tints of Radical Red #F54345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 64.3%
G = 17.59%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F54345 (or 0xF54345) is known color: Radical Red. HEX triplet: F5, 43 and 45. RGB value is (245,67,69). Sum of RGB (Red+Green+Blue) = 245+67+69=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F54345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54345 is #0ABCBA. Grayscale: #787878. Windows color (decimal): -703675 or 4539381. OLE color: 4539381.

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

Color convert

RGB 245 67 69 -
CMYK 0 0.73 0.72 0.04
HSL 359.33º 0.9% 0.61% -
HSV(B) 359.33º 0.73% 0.96% -
XYZ 40.74 23.86 8.09 -
YUV 120.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 245 67 69 0 0.73 0.72 0.04 359.33 0.9 0.61
Hex F5 43 45 0 49 48 4 167 5A 3D
Octal 365 103 105 0 111 110 4 547 132 75
Binary 11110101 1000011 1000101 0 1001001 1001000 100 101100111 1011010 111101

Color Harmonies of #F54345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54345

Black with #F54345

Text Example


Text Example

White with #F54345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54345; }

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

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

background-color css

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

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

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

border-color css

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

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

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