Html Css Color HEX #F5374F Radical Red

📋 copy color: '#F5374F'

red 245 ◦ green 55 ◦ blue 79

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

Shades of Radical Red #F5374F

Tints of Radical Red #F5374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.51%

 BLUE value IS 79 (31.25% from 255) = 20.84%

R = 64.64%
G = 14.51%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5374F (or 0xF5374F) is known color: Radical Red. HEX triplet: F5, 37 and 4F. RGB value is (245,55,79). Sum of RGB (Red+Green+Blue) = 245+55+79=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F5374F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5374F is #0AC8B0. Grayscale: #727272. Windows color (decimal): -706737 or 5191669. OLE color: 5191669.

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

Color convert

RGB 245 55 79 -
CMYK 0 0.78 0.68 0.04
HSL 352.42º 0.9% 0.59% -
HSV(B) 352.42º 0.78% 0.96% -
XYZ 40.43 22.71 9.65 -
YUV 114.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 245 55 79 0 0.78 0.68 0.04 352.42 0.9 0.59
Hex F5 37 4F 0 4E 44 4 160 5A 3B
Octal 365 67 117 0 116 104 4 540 132 73
Binary 11110101 110111 1001111 0 1001110 1000100 100 101100000 1011010 111011

Color Harmonies of #F5374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5374F

Black with #F5374F

Text Example


Text Example

White with #F5374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5374F; }

 p { color: rgb(245,55,79); }

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

background-color css

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

 a { background-color: rgb(245,55,79); }

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

border-color css

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

 span { border-color: rgb(245,55,79); }

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