Html Css Color HEX #F5364F Radical Red

📋 copy color: '#F5364F'

red 245 ◦ green 54 ◦ blue 79

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

Shades of Radical Red #F5364F

Tints of Radical Red #F5364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.29%

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

R = 64.81%
G = 14.29%
B = 20.9%

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

#F5364F (or 0xF5364F) is known color: Radical Red. HEX triplet: F5, 36 and 4F. RGB value is (245,54,79). Sum of RGB (Red+Green+Blue) = 245+54+79=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F5364F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5364F is #0AC9B0. Grayscale: #727272. Windows color (decimal): -706993 or 5191413. OLE color: 5191413.

HSL color Cylindrical-coordinate representation of color #F5364F: hue angle of 352.15º degrees, saturation: 0.91, 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 #F5364F is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 54 79 -
CMYK 0 0.78 0.68 0.04
HSL 352.15º 0.91% 0.59% -
HSV(B) 352.15º 0.78% 0.96% -
XYZ 40.39 22.62 9.63 -
YUV 113.96 108.28 221.47 -
System Red Green Blue C M Y K H S L
Decimal 245 54 79 0 0.78 0.68 0.04 352.15 0.91 0.59
Hex F5 36 4F 0 4E 44 4 160 5B 3B
Octal 365 66 117 0 116 104 4 540 133 73
Binary 11110101 110110 1001111 0 1001110 1000100 100 101100000 1011011 111011

Color Harmonies of #F5364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5364F

Black with #F5364F

Text Example


Text Example

White with #F5364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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