Html Css Color HEX #F5474F Radical Red

📋 copy color: '#F5474F'

red 245 ◦ green 71 ◦ blue 79

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

Shades of Radical Red #F5474F

Tints of Radical Red #F5474F

RGB

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

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

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

R = 62.03%
G = 17.97%
B = 20%

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

#F5474F (or 0xF5474F) is known color: Radical Red. HEX triplet: F5, 47 and 4F. RGB value is (245,71,79). Sum of RGB (Red+Green+Blue) = 245+71+79=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F5474F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5474F is #0AB8B0. Grayscale: #7C7C7C. Windows color (decimal): -702641 or 5195765. OLE color: 5195765.

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

Color convert

RGB 245 71 79 -
CMYK 0 0.71 0.68 0.04
HSL 357.24º 0.9% 0.62% -
HSV(B) 357.24º 0.71% 0.96% -
XYZ 41.32 24.48 9.95 -
YUV 123.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 245 71 79 0 0.71 0.68 0.04 357.24 0.9 0.62
Hex F5 47 4F 0 47 44 4 165 5A 3E
Octal 365 107 117 0 107 104 4 545 132 76
Binary 11110101 1000111 1001111 0 1000111 1000100 100 101100101 1011010 111110

Color Harmonies of #F5474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5474F

Black with #F5474F

Text Example


Text Example

White with #F5474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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