Html Css Color HEX #F52771 Radical Red

📋 copy color: '#F52771'

red 245 ◦ green 39 ◦ blue 113

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

Shades of Radical Red #F52771

Tints of Radical Red #F52771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.82%

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 61.71%
G = 9.82%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F52771 (or 0xF52771) is known color: Radical Red. HEX triplet: F5, 27 and 71. RGB value is (245,39,113). Sum of RGB (Red+Green+Blue) = 245+39+113=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F52771 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52771 is #0AD88E. Grayscale: #6C6C6C. Windows color (decimal): -710799 or 7415797. OLE color: 7415797.

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

Color convert

RGB 245 39 113 -
CMYK 0 0.84 0.54 0.04
HSL 338.45º 0.91% 0.56% -
HSV(B) 338.45º 0.84% 0.96% -
XYZ 41.36 22.06 17.7 -
YUV 109.03 130.25 224.98 -
System Red Green Blue C M Y K H S L
Decimal 245 39 113 0 0.84 0.54 0.04 338.45 0.91 0.56
Hex F5 27 71 0 54 36 4 152 5B 38
Octal 365 47 161 0 124 66 4 522 133 70
Binary 11110101 100111 1110001 0 1010100 110110 100 101010010 1011011 111000

Color Harmonies of #F52771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52771

Black with #F52771

Text Example


Text Example

White with #F52771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52771; }

 p { color: rgb(245,39,113); }

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

background-color css

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

 a { background-color: rgb(245,39,113); }

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

border-color css

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

 span { border-color: rgb(245,39,113); }

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