Html Css Color HEX #FC276B Radical Red

📋 copy color: '#FC276B'

red 252 ◦ green 39 ◦ blue 107

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

Shades of Radical Red #FC276B

Tints of Radical Red #FC276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 63.32%
G = 9.8%
B = 26.88%

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

#FC276B (or 0xFC276B) is known color: Radical Red. HEX triplet: FC, 27 and 6B. RGB value is (252,39,107). Sum of RGB (Red+Green+Blue) = 252+39+107=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC276B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC276B is #03D894. Grayscale: #6E6E6E. Windows color (decimal): -252053 or 7022588. OLE color: 7022588.

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

Color convert

RGB 252 39 107 -
CMYK 0 0.85 0.58 0.01
HSL 340.85º 0.97% 0.57% -
HSV(B) 340.85º 0.85% 0.99% -
XYZ 43.52 23.21 16.1 -
YUV 110.44 126.07 228.97 -
System Red Green Blue C M Y K H S L
Decimal 252 39 107 0 0.85 0.58 0.01 340.85 0.97 0.57
Hex FC 27 6B 0 55 3A 1 155 61 39
Octal 374 47 153 0 125 72 1 525 141 71
Binary 11111100 100111 1101011 0 1010101 111010 1 101010101 1100001 111001

Color Harmonies of #FC276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC276B

Black with #FC276B

Text Example


Text Example

White with #FC276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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