Html Css Color HEX #F53650 Radical Red

📋 copy color: '#F53650'

red 245 ◦ green 54 ◦ blue 80

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

Shades of Radical Red #F53650

Tints of Radical Red #F53650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.25%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 64.64%
G = 14.25%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F53650 (or 0xF53650) is known color: Radical Red. HEX triplet: F5, 36 and 50. RGB value is (245,54,80). Sum of RGB (Red+Green+Blue) = 245+54+80=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F53650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53650 is #0AC9AF. Grayscale: #727272. Windows color (decimal): -706992 or 5256949. OLE color: 5256949.

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

Color convert

RGB 245 54 80 -
CMYK 0 0.78 0.67 0.04
HSL 351.83º 0.91% 0.59% -
HSV(B) 351.83º 0.78% 0.96% -
XYZ 40.42 22.63 9.83 -
YUV 114.07 108.78 221.39 -
System Red Green Blue C M Y K H S L
Decimal 245 54 80 0 0.78 0.67 0.04 351.83 0.91 0.59
Hex F5 36 50 0 4E 43 4 160 5B 3B
Octal 365 66 120 0 116 103 4 540 133 73
Binary 11110101 110110 1010000 0 1001110 1000011 100 101100000 1011011 111011

Color Harmonies of #F53650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53650

Black with #F53650

Text Example


Text Example

White with #F53650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53650; }

 p { color: rgb(245,54,80); }

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

background-color css

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

 a { background-color: rgb(245,54,80); }

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

border-color css

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

 span { border-color: rgb(245,54,80); }

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