Html Css Color HEX #F52C55 Radical Red

📋 copy color: '#F52C55'

red 245 ◦ green 44 ◦ blue 85

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

Shades of Radical Red #F52C55

Tints of Radical Red #F52C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.76%

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 65.51%
G = 11.76%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F52C55 (or 0xF52C55) is known color: Radical Red. HEX triplet: F5, 2C and 55. RGB value is (245,44,85). Sum of RGB (Red+Green+Blue) = 245+44+85=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F52C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52C55 is #0AD3AA. Grayscale: #6C6C6C. Windows color (decimal): -709547 or 5582069. OLE color: 5582069.

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

Color convert

RGB 245 44 85 -
CMYK 0 0.82 0.65 0.04
HSL 347.76º 0.91% 0.57% -
HSV(B) 347.76º 0.82% 0.96% -
XYZ 40.2 21.87 10.7 -
YUV 108.77 114.59 225.17 -
System Red Green Blue C M Y K H S L
Decimal 245 44 85 0 0.82 0.65 0.04 347.76 0.91 0.57
Hex F5 2C 55 0 52 41 4 15C 5B 39
Octal 365 54 125 0 122 101 4 534 133 71
Binary 11110101 101100 1010101 0 1010010 1000001 100 101011100 1011011 111001

Color Harmonies of #F52C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52C55

Black with #F52C55

Text Example


Text Example

White with #F52C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52C55; }

 p { color: rgb(245,44,85); }

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

background-color css

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

 a { background-color: rgb(245,44,85); }

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

border-color css

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

 span { border-color: rgb(245,44,85); }

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