Html Css Color HEX #F53960 Radical Red

📋 copy color: '#F53960'

red 245 ◦ green 57 ◦ blue 96

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

Shades of Radical Red #F53960

Tints of Radical Red #F53960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.32%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 61.56%
G = 14.32%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F53960 (or 0xF53960) is known color: Radical Red. HEX triplet: F5, 39 and 60. RGB value is (245,57,96). Sum of RGB (Red+Green+Blue) = 245+57+96=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F53960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53960 is #0AC69F. Grayscale: #757575. Windows color (decimal): -706208 or 6306293. OLE color: 6306293.

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

Color convert

RGB 245 57 96 -
CMYK 0 0.77 0.61 0.04
HSL 347.55º 0.9% 0.59% -
HSV(B) 347.55º 0.77% 0.96% -
XYZ 41.23 23.18 13.37 -
YUV 117.66 115.78 218.83 -
System Red Green Blue C M Y K H S L
Decimal 245 57 96 0 0.77 0.61 0.04 347.55 0.9 0.59
Hex F5 39 60 0 4D 3D 4 15C 5A 3B
Octal 365 71 140 0 115 75 4 534 132 73
Binary 11110101 111001 1100000 0 1001101 111101 100 101011100 1011010 111011

Color Harmonies of #F53960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53960

Black with #F53960

Text Example


Text Example

White with #F53960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53960; }

 p { color: rgb(245,57,96); }

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

background-color css

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

 a { background-color: rgb(245,57,96); }

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

border-color css

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

 span { border-color: rgb(245,57,96); }

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