#FC4263

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

Shades of Radical Red #FC4263

Tints of Radical Red #FC4263

Color information

#FC4263 (or 0xFC4263) is unknown color: approx Radical Red. HEX triplet: FC, 42 and 63. RGB value is (252,66,99). Sum of RGB (Red+Green+Blue) = 252+66+99=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4263 is #03BD9C. Grayscale: #7D7D7D. Windows color (decimal): -245149 or 6505212. OLE color: 6505212.

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

Color convert

RGB2526699-
CMYK00.740.610.01
HSL349.35º96.88%62.35%-
HSV(B)349.35º73.81%98.82%-
XYZ44.3525.4914.39-
YUV125.38113.12218.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.43%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=60.43%
G=15.83%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252669900.740.610.01349.3596.8862.35
HexFC426304A3D115d613e
Octal374102143011275153514176
Binary11111100100001011000110100101011110111010111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4263; }

 p { color: rgb(252,66,99); }

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

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

 a { background-color: rgb(252,66,99); }

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

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

 span { border-color: rgb(252,66,99); }

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