Html Css Color HEX #FC2755 Radical Red

📋 copy color: '#FC2755'

red 252 ◦ green 39 ◦ blue 85

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

Shades of Radical Red #FC2755

Tints of Radical Red #FC2755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.37%

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 67.02%
G = 10.37%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC2755 (or 0xFC2755) is known color: Radical Red. HEX triplet: FC, 27 and 55. RGB value is (252,39,85). Sum of RGB (Red+Green+Blue) = 252+39+85=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2755 is #03D8AA. Grayscale: #6B6B6B. Windows color (decimal): -252075 or 5580796. OLE color: 5580796.

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

Color convert

RGB 252 39 85 -
CMYK 0 0.85 0.66 0.01
HSL 347.04º 0.97% 0.57% -
HSV(B) 347.04º 0.85% 0.99% -
XYZ 42.51 22.8 10.76 -
YUV 107.93 115.07 230.76 -
System Red Green Blue C M Y K H S L
Decimal 252 39 85 0 0.85 0.66 0.01 347.04 0.97 0.57
Hex FC 27 55 0 55 42 1 15B 61 39
Octal 374 47 125 0 125 102 1 533 141 71
Binary 11111100 100111 1010101 0 1010101 1000010 1 101011011 1100001 111001

Color Harmonies of #FC2755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2755

Black with #FC2755

Text Example


Text Example

White with #FC2755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2755; }

 p { color: rgb(252,39,85); }

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

background-color css

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

 a { background-color: rgb(252,39,85); }

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

border-color css

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

 span { border-color: rgb(252,39,85); }

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