#FF1C6E

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

Shades of Radical Red #FF1C6E

Tints of Radical Red #FF1C6E

Color information

#FF1C6E (or 0xFF1C6E) is unknown color: approx Radical Red. HEX triplet: FF, 1C and 6E. RGB value is (255,28,110). Sum of RGB (Red+Green+Blue) = 255+28+110=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C6E is #00E391. Grayscale: #696969. Windows color (decimal): -58258 or 7216383. OLE color: 7216383.

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

Color convert

RGB25528110-
CMYK00.890.570
HSL338.33º100%55.49%-
HSV(B)338.33º89.02%100%-
XYZ44.4723.2216.89-
YUV105.22130.71234.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.89%
GREEN value IS 28 (11.33% from 255) = 7.12%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=64.89%
G=7.12%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552811000.890.570338.3310055.49
HexFF1C6E0593901526437
Octal37734156013171052214467
Binary111111111110011011100101100111100101010100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1C6E; }

 p { color: rgb(255,28,110); }

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

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

 a { background-color: rgb(255,28,110); }

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

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

 span { border-color: rgb(255,28,110); }

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