Html Css Color HEX #F52D76 Radical Red

📋 copy color: '#F52D76'

red 245 ◦ green 45 ◦ blue 118

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

Shades of Radical Red #F52D76

Tints of Radical Red #F52D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.03%

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 60.05%
G = 11.03%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F52D76 (or 0xF52D76) is known color: Radical Red. HEX triplet: F5, 2D and 76. RGB value is (245,45,118). Sum of RGB (Red+Green+Blue) = 245+45+118=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F52D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52D76 is #0AD289. Grayscale: #717171. Windows color (decimal): -709258 or 7745013. OLE color: 7745013.

HSL color Cylindrical-coordinate representation of color #F52D76: hue angle of 338.1º 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 #F52D76 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 45 118 -
CMYK 0 0.82 0.52 0.04
HSL 338.1º 0.91% 0.57% -
HSV(B) 338.1º 0.82% 0.96% -
XYZ 41.86 22.6 19.29 -
YUV 113.12 130.76 222.06 -
System Red Green Blue C M Y K H S L
Decimal 245 45 118 0 0.82 0.52 0.04 338.1 0.91 0.57
Hex F5 2D 76 0 52 34 4 152 5B 39
Octal 365 55 166 0 122 64 4 522 133 71
Binary 11110101 101101 1110110 0 1010010 110100 100 101010010 1011011 111001

Color Harmonies of #F52D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52D76

Black with #F52D76

Text Example


Text Example

White with #F52D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52D76; }

 p { color: rgb(245,45,118); }

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

background-color css

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

 a { background-color: rgb(245,45,118); }

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

border-color css

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

 span { border-color: rgb(245,45,118); }

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