Html Css Color HEX #F52361 Radical Red

📋 copy color: '#F52361'

red 245 ◦ green 35 ◦ blue 97

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

Shades of Radical Red #F52361

Tints of Radical Red #F52361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.28%

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

R = 64.99%
G = 9.28%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F52361 (or 0xF52361) is known color: Radical Red. HEX triplet: F5, 23 and 61. RGB value is (245,35,97). Sum of RGB (Red+Green+Blue) = 245+35+97=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F52361 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52361 is #0ADC9E. Grayscale: #686868. Windows color (decimal): -711839 or 6366197. OLE color: 6366197.

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

Color convert

RGB 245 35 97 -
CMYK 0 0.86 0.60 0.04
HSL 342.29º 0.91% 0.55% -
HSV(B) 342.29º 0.86% 0.96% -
XYZ 40.41 21.48 13.32 -
YUV 104.86 123.57 227.96 -
System Red Green Blue C M Y K H S L
Decimal 245 35 97 0 0.86 0.60 0.04 342.29 0.91 0.55
Hex F5 23 61 0 56 3C 4 156 5B 37
Octal 365 43 141 0 126 74 4 526 133 67
Binary 11110101 100011 1100001 0 1010110 111100 100 101010110 1011011 110111

Color Harmonies of #F52361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52361

Black with #F52361

Text Example


Text Example

White with #F52361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52361; }

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

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

background-color css

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

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

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

border-color css

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

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

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