Html Css Color HEX #F54061 Radical Red

📋 copy color: '#F54061'

red 245 ◦ green 64 ◦ blue 97

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

Shades of Radical Red #F54061

Tints of Radical Red #F54061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

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

R = 60.34%
G = 15.76%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F54061 (or 0xF54061) is known color: Radical Red. HEX triplet: F5, 40 and 61. RGB value is (245,64,97). Sum of RGB (Red+Green+Blue) = 245+64+97=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F54061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54061 is #0ABF9E. Grayscale: #797979. Windows color (decimal): -704415 or 6373621. OLE color: 6373621.

HSL color Cylindrical-coordinate representation of color #F54061: hue angle of 349.06º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F54061 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 64 97 -
CMYK 0 0.74 0.60 0.04
HSL 349.06º 0.9% 0.61% -
HSV(B) 349.06º 0.74% 0.96% -
XYZ 41.65 23.94 13.74 -
YUV 121.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 245 64 97 0 0.74 0.60 0.04 349.06 0.9 0.61
Hex F5 40 61 0 4A 3C 4 15D 5A 3D
Octal 365 100 141 0 112 74 4 535 132 75
Binary 11110101 1000000 1100001 0 1001010 111100 100 101011101 1011010 111101

Color Harmonies of #F54061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54061

Black with #F54061

Text Example


Text Example

White with #F54061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54061; }

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

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

background-color css

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

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

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

border-color css

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

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

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