Html Css Color HEX #F53850 Radical Red

📋 copy color: '#F53850'

red 245 ◦ green 56 ◦ blue 80

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

Shades of Radical Red #F53850

Tints of Radical Red #F53850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.7%

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

R = 64.3%
G = 14.7%
B = 21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F53850 (or 0xF53850) is known color: Radical Red. HEX triplet: F5, 38 and 50. RGB value is (245,56,80). Sum of RGB (Red+Green+Blue) = 245+56+80=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F53850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53850 is #0AC7AF. Grayscale: #737373. Windows color (decimal): -706480 or 5257461. OLE color: 5257461.

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

Color convert

RGB 245 56 80 -
CMYK 0 0.77 0.67 0.04
HSL 352.38º 0.9% 0.59% -
HSV(B) 352.38º 0.77% 0.96% -
XYZ 40.52 22.82 9.86 -
YUV 115.25 108.12 220.55 -
System Red Green Blue C M Y K H S L
Decimal 245 56 80 0 0.77 0.67 0.04 352.38 0.9 0.59
Hex F5 38 50 0 4D 43 4 160 5A 3B
Octal 365 70 120 0 115 103 4 540 132 73
Binary 11110101 111000 1010000 0 1001101 1000011 100 101100000 1011010 111011

Color Harmonies of #F53850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53850

Black with #F53850

Text Example


Text Example

White with #F53850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53850; }

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

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

background-color css

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

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

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

border-color css

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

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

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