Html Css Color HEX #FC2777 Radical Red

📋 copy color: '#FC2777'

red 252 ◦ green 39 ◦ blue 119

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

Shades of Radical Red #FC2777

Tints of Radical Red #FC2777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 61.46%
G = 9.51%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC2777 (or 0xFC2777) is known color: Radical Red. HEX triplet: FC, 27 and 77. RGB value is (252,39,119). Sum of RGB (Red+Green+Blue) = 252+39+119=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2777 is #03D888. Grayscale: #6F6F6F. Windows color (decimal): -252041 or 7809020. OLE color: 7809020.

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

Color convert

RGB 252 39 119 -
CMYK 0 0.85 0.53 0.01
HSL 337.46º 0.97% 0.57% -
HSV(B) 337.46º 0.85% 0.99% -
XYZ 44.2 23.48 19.65 -
YUV 111.81 132.07 228 -
System Red Green Blue C M Y K H S L
Decimal 252 39 119 0 0.85 0.53 0.01 337.46 0.97 0.57
Hex FC 27 77 0 55 35 1 151 61 39
Octal 374 47 167 0 125 65 1 521 141 71
Binary 11111100 100111 1110111 0 1010101 110101 1 101010001 1100001 111001

Color Harmonies of #FC2777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2777

Black with #FC2777

Text Example


Text Example

White with #FC2777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2777; }

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

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

background-color css

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

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

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

border-color css

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

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

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