Html Css Color HEX #FC455A Radical Red

📋 copy color: '#FC455A'

red 252 ◦ green 69 ◦ blue 90

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

Shades of Radical Red #FC455A

Tints of Radical Red #FC455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 61.31%
G = 16.79%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC455A (or 0xFC455A) is known color: Radical Red. HEX triplet: FC, 45 and 5A. RGB value is (252,69,90). Sum of RGB (Red+Green+Blue) = 252+69+90=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC455A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC455A is #03BAA5. Grayscale: #7E7E7E. Windows color (decimal): -244390 or 5916156. OLE color: 5916156.

HSL color Cylindrical-coordinate representation of color #FC455A: hue angle of 353.11º 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 #FC455A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 69 90 -
CMYK 0 0.73 0.64 0.01
HSL 353.11º 0.97% 0.63% -
HSV(B) 353.11º 0.73% 0.99% -
XYZ 44.12 25.69 12.31 -
YUV 126.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 252 69 90 0 0.73 0.64 0.01 353.11 0.97 0.63
Hex FC 45 5A 0 49 40 1 161 61 3F
Octal 374 105 132 0 111 100 1 541 141 77
Binary 11111100 1000101 1011010 0 1001001 1000000 1 101100001 1100001 111111

Color Harmonies of #FC455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC455A

Black with #FC455A

Text Example


Text Example

White with #FC455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC455A; }

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

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

background-color css

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

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

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

border-color css

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

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

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