Html Css Color HEX #F54961 Radical Red

📋 copy color: '#F54961'

red 245 ◦ green 73 ◦ blue 97

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

Shades of Radical Red #F54961

Tints of Radical Red #F54961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.37%

R = 59.04%
G = 17.59%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F54961 (or 0xF54961) is known color: Radical Red. HEX triplet: F5, 49 and 61. RGB value is (245,73,97). Sum of RGB (Red+Green+Blue) = 245+73+97=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F54961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54961 is #0AB69E. Grayscale: #7F7F7F. Windows color (decimal): -702111 or 6375925. OLE color: 6375925.

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

Color convert

RGB 245 73 97 -
CMYK 0 0.70 0.60 0.04
HSL 351.63º 0.9% 0.62% -
HSV(B) 351.63º 0.7% 0.96% -
XYZ 42.2 25.04 13.92 -
YUV 127.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 245 73 97 0 0.70 0.60 0.04 351.63 0.9 0.62
Hex F5 49 61 0 46 3C 4 160 5A 3E
Octal 365 111 141 0 106 74 4 540 132 76
Binary 11110101 1001001 1100001 0 1000110 111100 100 101100000 1011010 111110

Color Harmonies of #F54961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54961

Black with #F54961

Text Example


Text Example

White with #F54961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54961; }

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

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

background-color css

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

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

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

border-color css

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

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

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