Html Css Color HEX #F53774 Radical Red

📋 copy color: '#F53774'

red 245 ◦ green 55 ◦ blue 116

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

Shades of Radical Red #F53774

Tints of Radical Red #F53774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.22%

 BLUE value IS 116 (45.7% from 255) = 27.88%

R = 58.89%
G = 13.22%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F53774 (or 0xF53774) is known color: Radical Red. HEX triplet: F5, 37 and 74. RGB value is (245,55,116). Sum of RGB (Red+Green+Blue) = 245+55+116=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F53774 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53774 is #0AC88B. Grayscale: #767676. Windows color (decimal): -706700 or 7616501. OLE color: 7616501.

HSL color Cylindrical-coordinate representation of color #F53774: hue angle of 340.74º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53774 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 55 116 -
CMYK 0 0.78 0.53 0.04
HSL 340.74º 0.9% 0.59% -
HSV(B) 340.74º 0.78% 0.96% -
XYZ 42.17 23.41 18.82 -
YUV 118.76 126.45 218.04 -
System Red Green Blue C M Y K H S L
Decimal 245 55 116 0 0.78 0.53 0.04 340.74 0.9 0.59
Hex F5 37 74 0 4E 35 4 155 5A 3B
Octal 365 67 164 0 116 65 4 525 132 73
Binary 11110101 110111 1110100 0 1001110 110101 100 101010101 1011010 111011

Color Harmonies of #F53774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53774

Black with #F53774

Text Example


Text Example

White with #F53774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53774; }

 p { color: rgb(245,55,116); }

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

background-color css

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

 a { background-color: rgb(245,55,116); }

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

border-color css

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

 span { border-color: rgb(245,55,116); }

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