Html Css Color HEX #FC4450 Radical Red

📋 copy color: '#FC4450'

red 252 ◦ green 68 ◦ blue 80

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

Shades of Radical Red #FC4450

Tints of Radical Red #FC4450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20%

R = 63%
G = 17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC4450 (or 0xFC4450) is known color: Radical Red. HEX triplet: FC, 44 and 50. RGB value is (252,68,80). Sum of RGB (Red+Green+Blue) = 252+68+80=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4450 is #03BBAF. Grayscale: #7C7C7C. Windows color (decimal): -244656 or 5260540. OLE color: 5260540.

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

Color convert

RGB 252 68 80 -
CMYK 0 0.73 0.68 0.01
HSL 356.09º 0.97% 0.63% -
HSV(B) 356.09º 0.73% 0.99% -
XYZ 43.66 25.41 10.19 -
YUV 124.38 102.96 219.02 -
System Red Green Blue C M Y K H S L
Decimal 252 68 80 0 0.73 0.68 0.01 356.09 0.97 0.63
Hex FC 44 50 0 49 44 1 164 61 3F
Octal 374 104 120 0 111 104 1 544 141 77
Binary 11111100 1000100 1010000 0 1001001 1000100 1 101100100 1100001 111111

Color Harmonies of #FC4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4450

Black with #FC4450

Text Example


Text Example

White with #FC4450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4450; }

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

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

background-color css

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

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

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

border-color css

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

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

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