#FC3F63

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

Shades of Radical Red #FC3F63

Tints of Radical Red #FC3F63

Color information

#FC3F63 (or 0xFC3F63) is unknown color: approx Radical Red. HEX triplet: FC, 3F and 63. RGB value is (252,63,99). Sum of RGB (Red+Green+Blue) = 252+63+99=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3F63 is #03C09C. Grayscale: #7B7B7B. Windows color (decimal): -245917 or 6504444. OLE color: 6504444.

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

Color convert

RGB2526399-
CMYK00.750.610.01
HSL348.57º96.92%61.76%-
HSV(B)348.57º75%98.82%-
XYZ44.1725.1514.33-
YUV123.62114.12219.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.87%
GREEN value IS 63 (25% from 255) = 15.22%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=60.87%
G=15.22%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252639900.750.610.01348.5796.9261.76
HexFC3F6304B3D115d613e
Octal37477143011375153514176
Binary1111110011111111000110100101111110111010111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3F63; }

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

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

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

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

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

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

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

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