#FF2266

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

Shades of Radical Red #FF2266

Tints of Radical Red #FF2266

Color information

#FF2266 (or 0xFF2266) is unknown color: approx Radical Red. HEX triplet: FF, 22 and 66. RGB value is (255,34,102). Sum of RGB (Red+Green+Blue) = 255+34+102=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2266 is #00DD99. Grayscale: #6B6B6B. Windows color (decimal): -56730 or 6693631. OLE color: 6693631.

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

Color convert

RGB25534102-
CMYK00.870.60
HSL341.54º100%56.67%-
HSV(B)341.54º86.67%100%-
XYZ44.2123.3614.75-
YUV107.83124.72232.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.22%
GREEN value IS 34 (13.67% from 255) = 8.70%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=65.22%
G=8.70%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553410200.870.60341.5410056.67
HexFF22660573C01566439
Octal37742146012774052614471
Binary1111111110001011001100101011111110001010101101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2266; }

 p { color: rgb(255,34,102); }

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

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

 a { background-color: rgb(255,34,102); }

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

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

 span { border-color: rgb(255,34,102); }

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