Html Css Color HEX #F5484E Radical Red

📋 copy color: '#F5484E'

red 245 ◦ green 72 ◦ blue 78

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

Shades of Radical Red #F5484E

Tints of Radical Red #F5484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

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

R = 62.03%
G = 18.23%
B = 19.75%

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

#F5484E (or 0xF5484E) is known color: Radical Red. HEX triplet: F5, 48 and 4E. RGB value is (245,72,78). Sum of RGB (Red+Green+Blue) = 245+72+78=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F5484E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5484E is #0AB7B1. Grayscale: #7C7C7C. Windows color (decimal): -702386 or 5130485. OLE color: 5130485.

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

Color convert

RGB 245 72 78 -
CMYK 0 0.71 0.68 0.04
HSL 357.92º 0.9% 0.62% -
HSV(B) 357.92º 0.71% 0.96% -
XYZ 41.35 24.6 9.78 -
YUV 124.41 101.81 214.01 -
System Red Green Blue C M Y K H S L
Decimal 245 72 78 0 0.71 0.68 0.04 357.92 0.9 0.62
Hex F5 48 4E 0 47 44 4 166 5A 3E
Octal 365 110 116 0 107 104 4 546 132 76
Binary 11110101 1001000 1001110 0 1000111 1000100 100 101100110 1011010 111110

Color Harmonies of #F5484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5484E

Black with #F5484E

Text Example


Text Example

White with #F5484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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