Html Css Color HEX #FC1C57 Radical Red

📋 copy color: '#FC1C57'

red 252 ◦ green 28 ◦ blue 87

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

Shades of Radical Red #FC1C57

Tints of Radical Red #FC1C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.71%

R = 68.66%
G = 7.63%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC1C57 (or 0xFC1C57) is known color: Radical Red. HEX triplet: FC, 1C and 57. RGB value is (252,28,87). Sum of RGB (Red+Green+Blue) = 252+28+87=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C57 is #03E3A8. Grayscale: #656565. Windows color (decimal): -254889 or 5709052. OLE color: 5709052.

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

Color convert

RGB 252 28 87 -
CMYK 0 0.89 0.65 0.01
HSL 344.2º 0.97% 0.55% -
HSV(B) 344.2º 0.89% 0.99% -
XYZ 42.28 22.21 11.08 -
YUV 101.7 119.71 235.2 -
System Red Green Blue C M Y K H S L
Decimal 252 28 87 0 0.89 0.65 0.01 344.2 0.97 0.55
Hex FC 1C 57 0 59 41 1 158 61 37
Octal 374 34 127 0 131 101 1 530 141 67
Binary 11111100 11100 1010111 0 1011001 1000001 1 101011000 1100001 110111

Color Harmonies of #FC1C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1C57

Black with #FC1C57

Text Example


Text Example

White with #FC1C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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