Html Css Color HEX #F5366D Radical Red

📋 copy color: '#F5366D'

red 245 ◦ green 54 ◦ blue 109

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

Shades of Radical Red #F5366D

Tints of Radical Red #F5366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 60.05%
G = 13.24%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5366D (or 0xF5366D) is known color: Radical Red. HEX triplet: F5, 36 and 6D. RGB value is (245,54,109). Sum of RGB (Red+Green+Blue) = 245+54+109=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F5366D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5366D is #0AC992. Grayscale: #757575. Windows color (decimal): -706963 or 7157493. OLE color: 7157493.

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

Color convert

RGB 245 54 109 -
CMYK 0 0.78 0.56 0.04
HSL 342.72º 0.91% 0.59% -
HSV(B) 342.72º 0.78% 0.96% -
XYZ 41.74 23.15 16.74 -
YUV 117.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 245 54 109 0 0.78 0.56 0.04 342.72 0.91 0.59
Hex F5 36 6D 0 4E 38 4 157 5B 3B
Octal 365 66 155 0 116 70 4 527 133 73
Binary 11110101 110110 1101101 0 1001110 111000 100 101010111 1011011 111011

Color Harmonies of #F5366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5366D

Black with #F5366D

Text Example


Text Example

White with #F5366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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