Html Css Color HEX #F5364E Radical Red

📋 copy color: '#F5364E'

red 245 ◦ green 54 ◦ blue 78

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

Shades of Radical Red #F5364E

Tints of Radical Red #F5364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.69%

R = 64.99%
G = 14.32%
B = 20.69%

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

#F5364E (or 0xF5364E) is known color: Radical Red. HEX triplet: F5, 36 and 4E. RGB value is (245,54,78). Sum of RGB (Red+Green+Blue) = 245+54+78=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5364E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5364E is #0AC9B1. Grayscale: #717171. Windows color (decimal): -706994 or 5125877. OLE color: 5125877.

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

Color convert

RGB 245 54 78 -
CMYK 0 0.78 0.68 0.04
HSL 352.46º 0.91% 0.59% -
HSV(B) 352.46º 0.78% 0.96% -
XYZ 40.35 22.6 9.44 -
YUV 113.85 107.78 221.55 -
System Red Green Blue C M Y K H S L
Decimal 245 54 78 0 0.78 0.68 0.04 352.46 0.91 0.59
Hex F5 36 4E 0 4E 44 4 160 5B 3B
Octal 365 66 116 0 116 104 4 540 133 73
Binary 11110101 110110 1001110 0 1001110 1000100 100 101100000 1011011 111011

Color Harmonies of #F5364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5364E

Black with #F5364E

Text Example


Text Example

White with #F5364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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