Html Css Color HEX #F5474C Radical Red

📋 copy color: '#F5474C'

red 245 ◦ green 71 ◦ blue 76

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

Shades of Radical Red #F5474C

Tints of Radical Red #F5474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.39%

R = 62.5%
G = 18.11%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5474C (or 0xF5474C) is known color: Radical Red. HEX triplet: F5, 47 and 4C. RGB value is (245,71,76). Sum of RGB (Red+Green+Blue) = 245+71+76=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5474C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5474C is #0AB8B3. Grayscale: #7B7B7B. Windows color (decimal): -702644 or 4999157. OLE color: 4999157.

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

Color convert

RGB 245 71 76 -
CMYK 0 0.71 0.69 0.04
HSL 358.28º 0.9% 0.62% -
HSV(B) 358.28º 0.71% 0.96% -
XYZ 41.21 24.44 9.38 -
YUV 123.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 245 71 76 0 0.71 0.69 0.04 358.28 0.9 0.62
Hex F5 47 4C 0 47 45 4 166 5A 3E
Octal 365 107 114 0 107 105 4 546 132 76
Binary 11110101 1000111 1001100 0 1000111 1000101 100 101100110 1011010 111110

Color Harmonies of #F5474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5474C

Black with #F5474C

Text Example


Text Example

White with #F5474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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