#FC2067

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

Shades of Radical Red #FC2067

Tints of Radical Red #FC2067

Color information

#FC2067 (or 0xFC2067) is unknown color: approx Radical Red. HEX triplet: FC, 20 and 67. RGB value is (252,32,103). Sum of RGB (Red+Green+Blue) = 252+32+103=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2067 is #03DF98. Grayscale: #696969. Windows color (decimal): -253849 or 6758652. OLE color: 6758652.

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

Color convert

RGB25232103-
CMYK00.870.590.01
HSL340.64º97.35%55.69%-
HSV(B)340.64º87.3%98.82%-
XYZ43.1122.7114.94-
YUV105.87126.39232.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.12%
GREEN value IS 32 (12.89% from 255) = 8.27%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=65.12%
G=8.27%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523210300.870.590.01340.6497.3555.69
HexFC20670573B11556138
Octal37440147012773152514170
Binary1111110010000011001110101011111101111010101011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2067; }

 p { color: rgb(252,32,103); }

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

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

 a { background-color: rgb(252,32,103); }

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

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

 span { border-color: rgb(252,32,103); }

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