#FC266F

Color #FC266F Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FC266F

Tints of Radical Red #FC266F

Color information

#FC266F (or 0xFC266F) is unknown color: approx Radical Red. HEX triplet: FC, 26 and 6F. RGB value is (252,38,111). Sum of RGB (Red+Green+Blue) = 252+38+111=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC266F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC266F is #03D990. Grayscale: #6E6E6E. Windows color (decimal): -252305 or 7284476. OLE color: 7284476.

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

Color convert

RGB25238111-
CMYK00.850.560.01
HSL339.53º97.27%56.86%-
HSV(B)339.53º84.92%98.82%-
XYZ43.7123.2317.22-
YUV110.31128.4229.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.84%
GREEN value IS 38 (15.23% from 255) = 9.48%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=62.84%
G=9.48%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523811100.850.560.01339.5397.2756.86
HexFC266F0553811546139
Octal37446157012570152414171
Binary1111110010011011011110101010111100011010101001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC266F; }

 p { color: rgb(252,38,111); }

 H1.HeaderClassName
 {
   color: #FC266F;
 }
 .AnyTagClassName
 {
   color: #FC266F;
 }
</style>
background-color css

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

 a { background-color: rgb(252,38,111); }

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

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

 span { border-color: rgb(252,38,111); }

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