Html Css Color HEX #F54156 Radical Red

📋 copy color: '#F54156'

red 245 ◦ green 65 ◦ blue 86

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

Shades of Radical Red #F54156

Tints of Radical Red #F54156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

 BLUE value IS 86 (33.98% from 255) = 21.72%

R = 61.87%
G = 16.41%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F54156 (or 0xF54156) is known color: Radical Red. HEX triplet: F5, 41 and 56. RGB value is (245,65,86). Sum of RGB (Red+Green+Blue) = 245+65+86=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F54156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54156 is #0ABEA9. Grayscale: #797979. Windows color (decimal): -704170 or 5652981. OLE color: 5652981.

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

Color convert

RGB 245 65 86 -
CMYK 0 0.73 0.65 0.04
HSL 353º 0.9% 0.61% -
HSV(B) 353º 0.73% 0.96% -
XYZ 41.23 23.86 11.24 -
YUV 121.21 108.13 216.29 -
System Red Green Blue C M Y K H S L
Decimal 245 65 86 0 0.73 0.65 0.04 353 0.9 0.61
Hex F5 41 56 0 49 41 4 161 5A 3D
Octal 365 101 126 0 111 101 4 541 132 75
Binary 11110101 1000001 1010110 0 1001001 1000001 100 101100001 1011010 111101

Color Harmonies of #F54156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54156

Black with #F54156

Text Example


Text Example

White with #F54156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54156; }

 p { color: rgb(245,65,86); }

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

background-color css

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

 a { background-color: rgb(245,65,86); }

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

border-color css

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

 span { border-color: rgb(245,65,86); }

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