Html Css Color HEX #F52561 Radical Red

📋 copy color: '#F52561'

red 245 ◦ green 37 ◦ blue 97

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

Shades of Radical Red #F52561

Tints of Radical Red #F52561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.76%

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

R = 64.64%
G = 9.76%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F52561 (or 0xF52561) is known color: Radical Red. HEX triplet: F5, 25 and 61. RGB value is (245,37,97). Sum of RGB (Red+Green+Blue) = 245+37+97=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F52561 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52561 is #0ADA9E. Grayscale: #6A6A6A. Windows color (decimal): -711327 or 6366709. OLE color: 6366709.

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

Color convert

RGB 245 37 97 -
CMYK 0 0.85 0.60 0.04
HSL 342.69º 0.91% 0.55% -
HSV(B) 342.69º 0.85% 0.96% -
XYZ 40.48 21.6 13.34 -
YUV 106.03 122.91 227.12 -
System Red Green Blue C M Y K H S L
Decimal 245 37 97 0 0.85 0.60 0.04 342.69 0.91 0.55
Hex F5 25 61 0 55 3C 4 157 5B 37
Octal 365 45 141 0 125 74 4 527 133 67
Binary 11110101 100101 1100001 0 1010101 111100 100 101010111 1011011 110111

Color Harmonies of #F52561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52561

Black with #F52561

Text Example


Text Example

White with #F52561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52561; }

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

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

background-color css

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

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

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

border-color css

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

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

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