#FC1B68

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

Shades of Radical Red #FC1B68

Tints of Radical Red #FC1B68

Color information

#FC1B68 (or 0xFC1B68) is unknown color: approx Radical Red. HEX triplet: FC, 1B and 68. RGB value is (252,27,104). Sum of RGB (Red+Green+Blue) = 252+27+104=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1B68 is #03E497. Grayscale: #666666. Windows color (decimal): -255128 or 6822908. OLE color: 6822908.

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

Color convert

RGB25227104-
CMYK00.890.590.01
HSL339.47º97.4%54.71%-
HSV(B)339.47º89.29%98.82%-
XYZ43.0422.4815.17-
YUV103.05128.54234.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.80%
GREEN value IS 27 (10.94% from 255) = 7.05%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=65.80%
G=7.05%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522710400.890.590.01339.4797.454.71
HexFC1B680593B11536137
Octal37433150013173152314167
Binary111111001101111010000101100111101111010100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1B68; }

 p { color: rgb(252,27,104); }

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

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

 a { background-color: rgb(252,27,104); }

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

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

 span { border-color: rgb(252,27,104); }

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