Html Css Color HEX #F54954 Radical Red

📋 copy color: '#F54954'

red 245 ◦ green 73 ◦ blue 84

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

Shades of Radical Red #F54954

Tints of Radical Red #F54954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.9%

R = 60.95%
G = 18.16%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F54954 (or 0xF54954) is known color: Radical Red. HEX triplet: F5, 49 and 54. RGB value is (245,73,84). Sum of RGB (Red+Green+Blue) = 245+73+84=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F54954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54954 is #0AB6AB. Grayscale: #7D7D7D. Windows color (decimal): -702124 or 5523957. OLE color: 5523957.

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

Color convert

RGB 245 73 84 -
CMYK 0 0.70 0.66 0.04
HSL 356.16º 0.9% 0.62% -
HSV(B) 356.16º 0.7% 0.96% -
XYZ 41.64 24.82 10.98 -
YUV 125.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 245 73 84 0 0.70 0.66 0.04 356.16 0.9 0.62
Hex F5 49 54 0 46 42 4 164 5A 3E
Octal 365 111 124 0 106 102 4 544 132 76
Binary 11110101 1001001 1010100 0 1000110 1000010 100 101100100 1011010 111110

Color Harmonies of #F54954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54954

Black with #F54954

Text Example


Text Example

White with #F54954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54954; }

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

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

background-color css

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

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

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

border-color css

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

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

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