Html Css Color HEX #FC454F Radical Red

📋 copy color: '#FC454F'

red 252 ◦ green 69 ◦ blue 79

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

Shades of Radical Red #FC454F

Tints of Radical Red #FC454F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.25%

 BLUE value IS 79 (31.25% from 255) = 19.75%

R = 63%
G = 17.25%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC454F (or 0xFC454F) is known color: Radical Red. HEX triplet: FC, 45 and 4F. RGB value is (252,69,79). Sum of RGB (Red+Green+Blue) = 252+69+79=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC454F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC454F is #03BAB0. Grayscale: #7D7D7D. Windows color (decimal): -244401 or 5195260. OLE color: 5195260.

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

Color convert

RGB 252 69 79 -
CMYK 0 0.73 0.69 0.01
HSL 356.72º 0.97% 0.63% -
HSV(B) 356.72º 0.73% 0.99% -
XYZ 43.68 25.52 10.02 -
YUV 124.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 252 69 79 0 0.73 0.69 0.01 356.72 0.97 0.63
Hex FC 45 4F 0 49 45 1 165 61 3F
Octal 374 105 117 0 111 105 1 545 141 77
Binary 11111100 1000101 1001111 0 1001001 1000101 1 101100101 1100001 111111

Color Harmonies of #FC454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC454F

Black with #FC454F

Text Example


Text Example

White with #FC454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC454F; }

 p { color: rgb(252,69,79); }

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

background-color css

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

 a { background-color: rgb(252,69,79); }

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

border-color css

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

 span { border-color: rgb(252,69,79); }

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