Html Css Color HEX #F54D52 Radical Red

📋 copy color: '#F54D52'

red 245 ◦ green 77 ◦ blue 82

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

Shades of Radical Red #F54D52

Tints of Radical Red #F54D52

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

 BLUE value IS 82 (32.42% from 255) = 20.3%

R = 60.64%
G = 19.06%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F54D52 (or 0xF54D52) is known color: Radical Red. HEX triplet: F5, 4D and 52. RGB value is (245,77,82). Sum of RGB (Red+Green+Blue) = 245+77+82=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D52 is #0AB2AD. Grayscale: #7F7F7F. Windows color (decimal): -701102 or 5393909. OLE color: 5393909.

HSL color Cylindrical-coordinate representation of color #F54D52: hue angle of 358.21º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54D52 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 77 82 -
CMYK 0 0.69 0.67 0.04
HSL 358.21º 0.89% 0.63% -
HSV(B) 358.21º 0.69% 0.96% -
XYZ 41.83 25.33 10.67 -
YUV 127.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 245 77 82 0 0.69 0.67 0.04 358.21 0.89 0.63
Hex F5 4D 52 0 45 43 4 166 59 3F
Octal 365 115 122 0 105 103 4 546 131 77
Binary 11110101 1001101 1010010 0 1000101 1000011 100 101100110 1011001 111111

Color Harmonies of #F54D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D52

Black with #F54D52

Text Example


Text Example

White with #F54D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D52; }

 p { color: rgb(245,77,82); }

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

background-color css

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

 a { background-color: rgb(245,77,82); }

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

border-color css

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

 span { border-color: rgb(245,77,82); }

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