Html Css Color HEX #F5366E Radical Red

📋 copy color: '#F5366E'

red 245 ◦ green 54 ◦ blue 110

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

Shades of Radical Red #F5366E

Tints of Radical Red #F5366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.89%

R = 59.9%
G = 13.2%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5366E (or 0xF5366E) is known color: Radical Red. HEX triplet: F5, 36 and 6E. RGB value is (245,54,110). Sum of RGB (Red+Green+Blue) = 245+54+110=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F5366E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5366E is #0AC991. Grayscale: #757575. Windows color (decimal): -706962 or 7223029. OLE color: 7223029.

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

Color convert

RGB 245 54 110 -
CMYK 0 0.78 0.55 0.04
HSL 342.41º 0.91% 0.59% -
HSV(B) 342.41º 0.78% 0.96% -
XYZ 41.79 23.18 17.02 -
YUV 117.49 123.78 218.95 -
System Red Green Blue C M Y K H S L
Decimal 245 54 110 0 0.78 0.55 0.04 342.41 0.91 0.59
Hex F5 36 6E 0 4E 37 4 156 5B 3B
Octal 365 66 156 0 116 67 4 526 133 73
Binary 11110101 110110 1101110 0 1001110 110111 100 101010110 1011011 111011

Color Harmonies of #F5366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5366E

Black with #F5366E

Text Example


Text Example

White with #F5366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5366E; }

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

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

background-color css

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

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

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

border-color css

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

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

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