Html Css Color HEX #FC276A Radical Red

📋 copy color: '#FC276A'

red 252 ◦ green 39 ◦ blue 106

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

Shades of Radical Red #FC276A

Tints of Radical Red #FC276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 63.48%
G = 9.82%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC276A (or 0xFC276A) is known color: Radical Red. HEX triplet: FC, 27 and 6A. RGB value is (252,39,106). Sum of RGB (Red+Green+Blue) = 252+39+106=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC276A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC276A is #03D895. Grayscale: #6E6E6E. Windows color (decimal): -252054 or 6957052. OLE color: 6957052.

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

Color convert

RGB 252 39 106 -
CMYK 0 0.85 0.58 0.01
HSL 341.13º 0.97% 0.57% -
HSV(B) 341.13º 0.85% 0.99% -
XYZ 43.47 23.19 15.82 -
YUV 110.33 125.57 229.05 -
System Red Green Blue C M Y K H S L
Decimal 252 39 106 0 0.85 0.58 0.01 341.13 0.97 0.57
Hex FC 27 6A 0 55 3A 1 155 61 39
Octal 374 47 152 0 125 72 1 525 141 71
Binary 11111100 100111 1101010 0 1010101 111010 1 101010101 1100001 111001

Color Harmonies of #FC276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC276A

Black with #FC276A

Text Example


Text Example

White with #FC276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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