Html Css Color HEX #FC2150 Radical Red

📋 copy color: '#FC2150'

red 252 ◦ green 33 ◦ blue 80

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

Shades of Radical Red #FC2150

Tints of Radical Red #FC2150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

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

R = 69.04%
G = 9.04%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC2150 (or 0xFC2150) is known color: Radical Red. HEX triplet: FC, 21 and 50. RGB value is (252,33,80). Sum of RGB (Red+Green+Blue) = 252+33+80=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2150 is #03DEAF. Grayscale: #676767. Windows color (decimal): -253616 or 5251580. OLE color: 5251580.

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

Color convert

RGB 252 33 80 -
CMYK 0 0.87 0.68 0.01
HSL 347.12º 0.97% 0.56% -
HSV(B) 347.12º 0.87% 0.99% -
XYZ 42.14 22.36 9.68 -
YUV 103.84 114.55 233.68 -
System Red Green Blue C M Y K H S L
Decimal 252 33 80 0 0.87 0.68 0.01 347.12 0.97 0.56
Hex FC 21 50 0 57 44 1 15B 61 38
Octal 374 41 120 0 127 104 1 533 141 70
Binary 11111100 100001 1010000 0 1010111 1000100 1 101011011 1100001 111000

Color Harmonies of #FC2150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2150

Black with #FC2150

Text Example


Text Example

White with #FC2150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2150; }

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

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

background-color css

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

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

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

border-color css

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

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

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