Html Css Color HEX #F53855 Radical Red

📋 copy color: '#F53855'

red 245 ◦ green 56 ◦ blue 85

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

Shades of Radical Red #F53855

Tints of Radical Red #F53855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.02%

R = 63.47%
G = 14.51%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F53855 (or 0xF53855) is known color: Radical Red. HEX triplet: F5, 38 and 55. RGB value is (245,56,85). Sum of RGB (Red+Green+Blue) = 245+56+85=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F53855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53855 is #0AC7AA. Grayscale: #737373. Windows color (decimal): -706475 or 5585141. OLE color: 5585141.

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

Color convert

RGB 245 56 85 -
CMYK 0 0.77 0.65 0.04
HSL 350.79º 0.9% 0.59% -
HSV(B) 350.79º 0.77% 0.96% -
XYZ 40.71 22.9 10.87 -
YUV 115.82 110.62 220.14 -
System Red Green Blue C M Y K H S L
Decimal 245 56 85 0 0.77 0.65 0.04 350.79 0.9 0.59
Hex F5 38 55 0 4D 41 4 15F 5A 3B
Octal 365 70 125 0 115 101 4 537 132 73
Binary 11110101 111000 1010101 0 1001101 1000001 100 101011111 1011010 111011

Color Harmonies of #F53855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53855

Black with #F53855

Text Example


Text Example

White with #F53855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53855; }

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

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

background-color css

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

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

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

border-color css

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

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

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