Html Css Color HEX #F54648 Radical Red

📋 copy color: '#F54648'

red 245 ◦ green 70 ◦ blue 72

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

Shades of Radical Red #F54648

Tints of Radical Red #F54648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.09%

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

R = 63.31%
G = 18.09%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F54648 (or 0xF54648) is known color: Radical Red. HEX triplet: F5, 46 and 48. RGB value is (245,70,72). Sum of RGB (Red+Green+Blue) = 245+70+72=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F54648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54648 is #0AB9B7. Grayscale: #7A7A7A. Windows color (decimal): -702904 or 4736757. OLE color: 4736757.

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

Color convert

RGB 245 70 72 -
CMYK 0 0.71 0.71 0.04
HSL 359.31º 0.9% 0.62% -
HSV(B) 359.31º 0.71% 0.96% -
XYZ 41.02 24.26 8.65 -
YUV 122.55 99.48 215.34 -
System Red Green Blue C M Y K H S L
Decimal 245 70 72 0 0.71 0.71 0.04 359.31 0.9 0.62
Hex F5 46 48 0 47 47 4 167 5A 3E
Octal 365 106 110 0 107 107 4 547 132 76
Binary 11110101 1000110 1001000 0 1000111 1000111 100 101100111 1011010 111110

Color Harmonies of #F54648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54648

Black with #F54648

Text Example


Text Example

White with #F54648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54648; }

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

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

background-color css

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

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

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

border-color css

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

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

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