Html Css Color HEX #F53575 Radical Red

📋 copy color: '#F53575'

red 245 ◦ green 53 ◦ blue 117

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

Shades of Radical Red #F53575

Tints of Radical Red #F53575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.77%

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 59.04%
G = 12.77%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F53575 (or 0xF53575) is known color: Radical Red. HEX triplet: F5, 35 and 75. RGB value is (245,53,117). Sum of RGB (Red+Green+Blue) = 245+53+117=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F53575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53575 is #0ACA8A. Grayscale: #757575. Windows color (decimal): -707211 or 7681525. OLE color: 7681525.

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

Color convert

RGB 245 53 117 -
CMYK 0 0.78 0.52 0.04
HSL 340º 0.91% 0.58% -
HSV(B) 340º 0.78% 0.96% -
XYZ 42.14 23.24 19.09 -
YUV 117.7 127.61 218.8 -
System Red Green Blue C M Y K H S L
Decimal 245 53 117 0 0.78 0.52 0.04 340 0.91 0.58
Hex F5 35 75 0 4E 34 4 154 5B 3A
Octal 365 65 165 0 116 64 4 524 133 72
Binary 11110101 110101 1110101 0 1001110 110100 100 101010100 1011011 111010

Color Harmonies of #F53575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53575

Black with #F53575

Text Example


Text Example

White with #F53575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53575; }

 p { color: rgb(245,53,117); }

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

background-color css

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

 a { background-color: rgb(245,53,117); }

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

border-color css

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

 span { border-color: rgb(245,53,117); }

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