Html Css Color HEX #F53764 Radical Red

📋 copy color: '#F53764'

red 245 ◦ green 55 ◦ blue 100

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

Shades of Radical Red #F53764

Tints of Radical Red #F53764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.75%

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

R = 61.25%
G = 13.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F53764 (or 0xF53764) is known color: Radical Red. HEX triplet: F5, 37 and 64. RGB value is (245,55,100). Sum of RGB (Red+Green+Blue) = 245+55+100=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F53764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53764 is #0AC89B. Grayscale: #747474. Windows color (decimal): -706716 or 6567925. OLE color: 6567925.

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

Color convert

RGB 245 55 100 -
CMYK 0 0.78 0.59 0.04
HSL 345.79º 0.9% 0.59% -
HSV(B) 345.79º 0.78% 0.96% -
XYZ 41.32 23.06 14.33 -
YUV 116.94 118.45 219.34 -
System Red Green Blue C M Y K H S L
Decimal 245 55 100 0 0.78 0.59 0.04 345.79 0.9 0.59
Hex F5 37 64 0 4E 3B 4 15A 5A 3B
Octal 365 67 144 0 116 73 4 532 132 73
Binary 11110101 110111 1100100 0 1001110 111011 100 101011010 1011010 111011

Color Harmonies of #F53764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53764

Black with #F53764

Text Example


Text Example

White with #F53764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53764; }

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

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

background-color css

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

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

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

border-color css

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

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

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