Html Css Color HEX #F53873 Radical Red

📋 copy color: '#F53873'

red 245 ◦ green 56 ◦ blue 115

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

Shades of Radical Red #F53873

Tints of Radical Red #F53873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 58.89%
G = 13.46%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F53873 (or 0xF53873) is known color: Radical Red. HEX triplet: F5, 38 and 73. RGB value is (245,56,115). Sum of RGB (Red+Green+Blue) = 245+56+115=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F53873 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53873 is #0AC78C. Grayscale: #777777. Windows color (decimal): -706445 or 7551221. OLE color: 7551221.

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

Color convert

RGB 245 56 115 -
CMYK 0 0.77 0.53 0.04
HSL 341.27º 0.9% 0.59% -
HSV(B) 341.27º 0.77% 0.96% -
XYZ 42.16 23.48 18.53 -
YUV 119.24 125.62 217.7 -
System Red Green Blue C M Y K H S L
Decimal 245 56 115 0 0.77 0.53 0.04 341.27 0.9 0.59
Hex F5 38 73 0 4D 35 4 155 5A 3B
Octal 365 70 163 0 115 65 4 525 132 73
Binary 11110101 111000 1110011 0 1001101 110101 100 101010101 1011010 111011

Color Harmonies of #F53873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53873

Black with #F53873

Text Example


Text Example

White with #F53873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53873; }

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

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

background-color css

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

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

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

border-color css

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

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

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