Html Css Color HEX #F53C4D Radical Red

📋 copy color: '#F53C4D'

red 245 ◦ green 60 ◦ blue 77

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

Shades of Radical Red #F53C4D

Tints of Radical Red #F53C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.71%

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 64.14%
G = 15.71%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F53C4D (or 0xF53C4D) is known color: Radical Red. HEX triplet: F5, 3C and 4D. RGB value is (245,60,77). Sum of RGB (Red+Green+Blue) = 245+60+77=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53C4D is #0AC3B2. Grayscale: #757575. Windows color (decimal): -705459 or 5061877. OLE color: 5061877.

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

Color convert

RGB 245 60 77 -
CMYK 0 0.76 0.69 0.04
HSL 354.49º 0.9% 0.6% -
HSV(B) 354.49º 0.76% 0.96% -
XYZ 40.61 23.18 9.35 -
YUV 117.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 245 60 77 0 0.76 0.69 0.04 354.49 0.9 0.6
Hex F5 3C 4D 0 4C 45 4 162 5A 3C
Octal 365 74 115 0 114 105 4 542 132 74
Binary 11110101 111100 1001101 0 1001100 1000101 100 101100010 1011010 111100

Color Harmonies of #F53C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53C4D

Black with #F53C4D

Text Example


Text Example

White with #F53C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53C4D; }

 p { color: rgb(245,60,77); }

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

background-color css

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

 a { background-color: rgb(245,60,77); }

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

border-color css

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

 span { border-color: rgb(245,60,77); }

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