Html Css Color HEX #F53553 Radical Red

📋 copy color: '#F53553'

red 245 ◦ green 53 ◦ blue 83

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

Shades of Radical Red #F53553

Tints of Radical Red #F53553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 64.3%
G = 13.91%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F53553 (or 0xF53553) is known color: Radical Red. HEX triplet: F5, 35 and 53. RGB value is (245,53,83). Sum of RGB (Red+Green+Blue) = 245+53+83=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F53553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53553 is #0ACAAC. Grayscale: #717171. Windows color (decimal): -707245 or 5453301. OLE color: 5453301.

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

Color convert

RGB 245 53 83 -
CMYK 0 0.78 0.66 0.04
HSL 350.63º 0.91% 0.58% -
HSV(B) 350.63º 0.78% 0.96% -
XYZ 40.49 22.58 10.41 -
YUV 113.83 110.61 221.56 -
System Red Green Blue C M Y K H S L
Decimal 245 53 83 0 0.78 0.66 0.04 350.63 0.91 0.58
Hex F5 35 53 0 4E 42 4 15F 5B 3A
Octal 365 65 123 0 116 102 4 537 133 72
Binary 11110101 110101 1010011 0 1001110 1000010 100 101011111 1011011 111010

Color Harmonies of #F53553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53553

Black with #F53553

Text Example


Text Example

White with #F53553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53553; }

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

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

background-color css

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

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

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

border-color css

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

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

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