Html Css Color HEX #F54D60 Radical Red

📋 copy color: '#F54D60'

red 245 ◦ green 77 ◦ blue 96

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

Shades of Radical Red #F54D60

Tints of Radical Red #F54D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.97%

R = 58.61%
G = 18.42%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F54D60 (or 0xF54D60) is known color: Radical Red. HEX triplet: F5, 4D and 60. RGB value is (245,77,96). Sum of RGB (Red+Green+Blue) = 245+77+96=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D60 is #0AB29F. Grayscale: #818181. Windows color (decimal): -701088 or 6311413. OLE color: 6311413.

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

Color convert

RGB 245 77 96 -
CMYK 0 0.69 0.61 0.04
HSL 353.21º 0.89% 0.63% -
HSV(B) 353.21º 0.69% 0.96% -
XYZ 42.42 25.56 13.76 -
YUV 129.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 245 77 96 0 0.69 0.61 0.04 353.21 0.89 0.63
Hex F5 4D 60 0 45 3D 4 161 59 3F
Octal 365 115 140 0 105 75 4 541 131 77
Binary 11110101 1001101 1100000 0 1000101 111101 100 101100001 1011001 111111

Color Harmonies of #F54D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D60

Black with #F54D60

Text Example


Text Example

White with #F54D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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