Html Css Color HEX #FC5458 Radical Red

📋 copy color: '#FC5458'

red 252 ◦ green 84 ◦ blue 88

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

Shades of Radical Red #FC5458

Tints of Radical Red #FC5458

RGB

 RED value IS 252 (98.83% from 255) = 59.43%

 GREEN value IS 84 (33.2% from 255) = 19.81%

 BLUE value IS 88 (34.77% from 255) = 20.75%

R = 59.43%
G = 19.81%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC5458 (or 0xFC5458) is known color: Radical Red. HEX triplet: FC, 54 and 58. RGB value is (252,84,88). Sum of RGB (Red+Green+Blue) = 252+84+88=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5458 is #03ABA7. Grayscale: #868686. Windows color (decimal): -240552 or 5788924. OLE color: 5788924.

HSL color Cylindrical-coordinate representation of color #FC5458: hue angle of 358.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5458 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 84 88 -
CMYK 0 0.67 0.65 0.01
HSL 358.57º 0.97% 0.66% -
HSV(B) 358.57º 0.67% 0.99% -
XYZ 45.08 27.74 12.21 -
YUV 134.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 252 84 88 0 0.67 0.65 0.01 358.57 0.97 0.66
Hex FC 54 58 0 43 41 1 167 61 42
Octal 374 124 130 0 103 101 1 547 141 102
Binary 11111100 1010100 1011000 0 1000011 1000001 1 101100111 1100001 1000010

Color Harmonies of #FC5458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5458

Black with #FC5458

Text Example


Text Example

White with #FC5458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5458; }

 p { color: rgb(252,84,88); }

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

background-color css

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

 a { background-color: rgb(252,84,88); }

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

border-color css

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

 span { border-color: rgb(252,84,88); }

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