#FF2168

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

Shades of Radical Red #FF2168

Tints of Radical Red #FF2168

Color information

#FF2168 (or 0xFF2168) is unknown color: approx Radical Red. HEX triplet: FF, 21 and 68. RGB value is (255,33,104). Sum of RGB (Red+Green+Blue) = 255+33+104=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2168 is #00DE97. Grayscale: #6B6B6B. Windows color (decimal): -56984 or 6824447. OLE color: 6824447.

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

Color convert

RGB25533104-
CMYK00.870.590
HSL340.81º100%56.47%-
HSV(B)340.81º87.06%100%-
XYZ44.2823.3515.27-
YUV107.47126.05233.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.05%
GREEN value IS 33 (13.28% from 255) = 8.42%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=65.05%
G=8.42%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553310400.870.590340.8110056.47
HexFF21680573B01556438
Octal37741150012773052514470
Binary1111111110000111010000101011111101101010101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2168; }

 p { color: rgb(255,33,104); }

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

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

 a { background-color: rgb(255,33,104); }

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

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

 span { border-color: rgb(255,33,104); }

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