Html Css Color HEX #FC2857 Radical Red

📋 copy color: '#FC2857'

red 252 ◦ green 40 ◦ blue 87

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

Shades of Radical Red #FC2857

Tints of Radical Red #FC2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.55%

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

R = 66.49%
G = 10.55%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC2857 (or 0xFC2857) is known color: Radical Red. HEX triplet: FC, 28 and 57. RGB value is (252,40,87). Sum of RGB (Red+Green+Blue) = 252+40+87=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2857 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2857 is #03D7A8. Grayscale: #6C6C6C. Windows color (decimal): -251817 or 5712124. OLE color: 5712124.

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

Color convert

RGB 252 40 87 -
CMYK 0 0.84 0.65 0.01
HSL 346.7º 0.97% 0.57% -
HSV(B) 346.7º 0.84% 0.99% -
XYZ 42.62 22.9 11.19 -
YUV 108.75 115.74 230.18 -
System Red Green Blue C M Y K H S L
Decimal 252 40 87 0 0.84 0.65 0.01 346.7 0.97 0.57
Hex FC 28 57 0 54 41 1 15B 61 39
Octal 374 50 127 0 124 101 1 533 141 71
Binary 11111100 101000 1010111 0 1010100 1000001 1 101011011 1100001 111001

Color Harmonies of #FC2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2857

Black with #FC2857

Text Example


Text Example

White with #FC2857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2857; }

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

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

background-color css

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

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

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

border-color css

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

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

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