Html Css Color HEX #F5396E Radical Red

📋 copy color: '#F5396E'

red 245 ◦ green 57 ◦ blue 110

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

Shades of Radical Red #F5396E

Tints of Radical Red #F5396E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.83%

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

R = 59.47%
G = 13.83%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5396E (or 0xF5396E) is known color: Radical Red. HEX triplet: F5, 39 and 6E. RGB value is (245,57,110). Sum of RGB (Red+Green+Blue) = 245+57+110=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F5396E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5396E is #0AC691. Grayscale: #777777. Windows color (decimal): -706194 or 7223797. OLE color: 7223797.

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

Color convert

RGB 245 57 110 -
CMYK 0 0.77 0.55 0.04
HSL 343.09º 0.9% 0.59% -
HSV(B) 343.09º 0.77% 0.96% -
XYZ 41.93 23.46 17.07 -
YUV 119.25 122.78 217.69 -
System Red Green Blue C M Y K H S L
Decimal 245 57 110 0 0.77 0.55 0.04 343.09 0.9 0.59
Hex F5 39 6E 0 4D 37 4 157 5A 3B
Octal 365 71 156 0 115 67 4 527 132 73
Binary 11110101 111001 1101110 0 1001101 110111 100 101010111 1011010 111011

Color Harmonies of #F5396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5396E

Black with #F5396E

Text Example


Text Example

White with #F5396E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5396E; }

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

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

background-color css

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

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

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

border-color css

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

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

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