Html Css Color HEX #F5376B Radical Red

📋 copy color: '#F5376B'

red 245 ◦ green 55 ◦ blue 107

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

Shades of Radical Red #F5376B

Tints of Radical Red #F5376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.51%

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 60.2%
G = 13.51%
B = 26.29%

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

#F5376B (or 0xF5376B) is known color: Radical Red. HEX triplet: F5, 37 and 6B. RGB value is (245,55,107). Sum of RGB (Red+Green+Blue) = 245+55+107=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5376B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5376B is #0AC894. Grayscale: #757575. Windows color (decimal): -706709 or 7026677. OLE color: 7026677.

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

Color convert

RGB 245 55 107 -
CMYK 0 0.78 0.56 0.04
HSL 343.58º 0.9% 0.59% -
HSV(B) 343.58º 0.78% 0.96% -
XYZ 41.68 23.21 16.19 -
YUV 117.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 245 55 107 0 0.78 0.56 0.04 343.58 0.9 0.59
Hex F5 37 6B 0 4E 38 4 158 5A 3B
Octal 365 67 153 0 116 70 4 530 132 73
Binary 11110101 110111 1101011 0 1001110 111000 100 101011000 1011010 111011

Color Harmonies of #F5376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5376B

Black with #F5376B

Text Example


Text Example

White with #F5376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5376B; }

 p { color: rgb(245,55,107); }

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

background-color css

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

 a { background-color: rgb(245,55,107); }

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

border-color css

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

 span { border-color: rgb(245,55,107); }

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