Html Css Color HEX #F5474E Radical Red

📋 copy color: '#F5474E'

red 245 ◦ green 71 ◦ blue 78

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

Shades of Radical Red #F5474E

Tints of Radical Red #F5474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.02%

 BLUE value IS 78 (30.86% from 255) = 19.8%

R = 62.18%
G = 18.02%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5474E (or 0xF5474E) is known color: Radical Red. HEX triplet: F5, 47 and 4E. RGB value is (245,71,78). Sum of RGB (Red+Green+Blue) = 245+71+78=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5474E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5474E is #0AB8B1. Grayscale: #7B7B7B. Windows color (decimal): -702642 or 5130229. OLE color: 5130229.

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

Color convert

RGB 245 71 78 -
CMYK 0 0.71 0.68 0.04
HSL 357.59º 0.9% 0.62% -
HSV(B) 357.59º 0.71% 0.96% -
XYZ 41.28 24.47 9.75 -
YUV 123.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 245 71 78 0 0.71 0.68 0.04 357.59 0.9 0.62
Hex F5 47 4E 0 47 44 4 166 5A 3E
Octal 365 107 116 0 107 104 4 546 132 76
Binary 11110101 1000111 1001110 0 1000111 1000100 100 101100110 1011010 111110

Color Harmonies of #F5474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5474E

Black with #F5474E

Text Example


Text Example

White with #F5474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5474E; }

 p { color: rgb(245,71,78); }

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

background-color css

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

 a { background-color: rgb(245,71,78); }

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

border-color css

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

 span { border-color: rgb(245,71,78); }

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