Html Css Color HEX #FC445A Radical Red

📋 copy color: '#FC445A'

red 252 ◦ green 68 ◦ blue 90

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

Shades of Radical Red #FC445A

Tints of Radical Red #FC445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.59%

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

R = 61.46%
G = 16.59%
B = 21.95%

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

#FC445A (or 0xFC445A) is known color: Radical Red. HEX triplet: FC, 44 and 5A. RGB value is (252,68,90). Sum of RGB (Red+Green+Blue) = 252+68+90=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC445A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC445A is #03BBA5. Grayscale: #7D7D7D. Windows color (decimal): -244646 or 5915900. OLE color: 5915900.

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

Color convert

RGB 252 68 90 -
CMYK 0 0.73 0.64 0.01
HSL 352.83º 0.97% 0.63% -
HSV(B) 352.83º 0.73% 0.99% -
XYZ 44.06 25.57 12.29 -
YUV 125.52 107.96 218.21 -
System Red Green Blue C M Y K H S L
Decimal 252 68 90 0 0.73 0.64 0.01 352.83 0.97 0.63
Hex FC 44 5A 0 49 40 1 161 61 3F
Octal 374 104 132 0 111 100 1 541 141 77
Binary 11111100 1000100 1011010 0 1001001 1000000 1 101100001 1100001 111111

Color Harmonies of #FC445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC445A

Black with #FC445A

Text Example


Text Example

White with #FC445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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