Html Css Color HEX #F53464 Radical Red

📋 copy color: '#F53464'

red 245 ◦ green 52 ◦ blue 100

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

Shades of Radical Red #F53464

Tints of Radical Red #F53464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

 BLUE value IS 100 (39.45% from 255) = 25.19%

R = 61.71%
G = 13.1%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F53464 (or 0xF53464) is known color: Radical Red. HEX triplet: F5, 34 and 64. RGB value is (245,52,100). Sum of RGB (Red+Green+Blue) = 245+52+100=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F53464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53464 is #0ACB9B. Grayscale: #737373. Windows color (decimal): -707484 or 6567157. OLE color: 6567157.

HSL color Cylindrical-coordinate representation of color #F53464: hue angle of 345.08º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53464 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 52 100 -
CMYK 0 0.79 0.59 0.04
HSL 345.08º 0.91% 0.58% -
HSV(B) 345.08º 0.79% 0.96% -
XYZ 41.18 22.79 14.28 -
YUV 115.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 245 52 100 0 0.79 0.59 0.04 345.08 0.91 0.58
Hex F5 34 64 0 4F 3B 4 159 5B 3A
Octal 365 64 144 0 117 73 4 531 133 72
Binary 11110101 110100 1100100 0 1001111 111011 100 101011001 1011011 111010

Color Harmonies of #F53464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53464

Black with #F53464

Text Example


Text Example

White with #F53464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53464; }

 p { color: rgb(245,52,100); }

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

background-color css

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

 a { background-color: rgb(245,52,100); }

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

border-color css

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

 span { border-color: rgb(245,52,100); }

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