Html Css Color HEX #FC1C5B Radical Red

📋 copy color: '#FC1C5B'

red 252 ◦ green 28 ◦ blue 91

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

Shades of Radical Red #FC1C5B

Tints of Radical Red #FC1C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.55%

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 67.92%
G = 7.55%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC1C5B (or 0xFC1C5B) is known color: Radical Red. HEX triplet: FC, 1C and 5B. RGB value is (252,28,91). Sum of RGB (Red+Green+Blue) = 252+28+91=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C5B is #03E3A4. Grayscale: #666666. Windows color (decimal): -254885 or 5971196. OLE color: 5971196.

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

Color convert

RGB 252 28 91 -
CMYK 0 0.89 0.64 0.01
HSL 343.13º 0.97% 0.55% -
HSV(B) 343.13º 0.89% 0.99% -
XYZ 42.45 22.28 11.96 -
YUV 102.16 121.71 234.88 -
System Red Green Blue C M Y K H S L
Decimal 252 28 91 0 0.89 0.64 0.01 343.13 0.97 0.55
Hex FC 1C 5B 0 59 40 1 157 61 37
Octal 374 34 133 0 131 100 1 527 141 67
Binary 11111100 11100 1011011 0 1011001 1000000 1 101010111 1100001 110111

Color Harmonies of #FC1C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1C5B

Black with #FC1C5B

Text Example


Text Example

White with #FC1C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1C5B; }

 p { color: rgb(252,28,91); }

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

background-color css

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

 a { background-color: rgb(252,28,91); }

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

border-color css

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

 span { border-color: rgb(252,28,91); }

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