Html Css Color HEX #FC445C Radical Red

📋 copy color: '#FC445C'

red 252 ◦ green 68 ◦ blue 92

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

Shades of Radical Red #FC445C

Tints of Radical Red #FC445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 61.17%
G = 16.5%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC445C (or 0xFC445C) is known color: Radical Red. HEX triplet: FC, 44 and 5C. RGB value is (252,68,92). Sum of RGB (Red+Green+Blue) = 252+68+92=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC445C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC445C is #03BBA3. Grayscale: #7D7D7D. Windows color (decimal): -244644 or 6046972. OLE color: 6046972.

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

Color convert

RGB 252 68 92 -
CMYK 0 0.73 0.63 0.01
HSL 352.17º 0.97% 0.63% -
HSV(B) 352.17º 0.73% 0.99% -
XYZ 44.14 25.6 12.74 -
YUV 125.75 108.96 218.05 -
System Red Green Blue C M Y K H S L
Decimal 252 68 92 0 0.73 0.63 0.01 352.17 0.97 0.63
Hex FC 44 5C 0 49 3F 1 160 61 3F
Octal 374 104 134 0 111 77 1 540 141 77
Binary 11111100 1000100 1011100 0 1001001 111111 1 101100000 1100001 111111

Color Harmonies of #FC445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC445C

Black with #FC445C

Text Example


Text Example

White with #FC445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC445C; }

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

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

background-color css

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

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

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

border-color css

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

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

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