Html Css Color HEX #F5494F Radical Red

📋 copy color: '#F5494F'

red 245 ◦ green 73 ◦ blue 79

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

Shades of Radical Red #F5494F

Tints of Radical Red #F5494F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 61.71%
G = 18.39%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5494F (or 0xF5494F) is known color: Radical Red. HEX triplet: F5, 49 and 4F. RGB value is (245,73,79). Sum of RGB (Red+Green+Blue) = 245+73+79=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F5494F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5494F is #0AB6B0. Grayscale: #7D7D7D. Windows color (decimal): -702129 or 5196277. OLE color: 5196277.

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

Color convert

RGB 245 73 79 -
CMYK 0 0.70 0.68 0.04
HSL 357.91º 0.9% 0.62% -
HSV(B) 357.91º 0.7% 0.96% -
XYZ 41.45 24.74 9.99 -
YUV 125.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 245 73 79 0 0.70 0.68 0.04 357.91 0.9 0.62
Hex F5 49 4F 0 46 44 4 166 5A 3E
Octal 365 111 117 0 106 104 4 546 132 76
Binary 11110101 1001001 1001111 0 1000110 1000100 100 101100110 1011010 111110

Color Harmonies of #F5494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5494F

Black with #F5494F

Text Example


Text Example

White with #F5494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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