#FF3266

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

Shades of Radical Red #FF3266

Tints of Radical Red #FF3266

Color information

#FF3266 (or 0xFF3266) is unknown color: approx Radical Red. HEX triplet: FF, 32 and 66. RGB value is (255,50,102). Sum of RGB (Red+Green+Blue) = 255+50+102=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3266 is #00CD99. Grayscale: #757575. Windows color (decimal): -52634 or 6697727. OLE color: 6697727.

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

Color convert

RGB25550102-
CMYK00.800.60
HSL344.78º100%59.8%-
HSV(B)344.78º80.39%100%-
XYZ44.7824.514.94-
YUV117.22119.42226.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.65%
GREEN value IS 50 (19.92% from 255) = 12.29%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=62.65%
G=12.29%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555010200.800.60344.7810059.8
HexFF32660503C0159643c
Octal37762146012074053114474
Binary1111111111001011001100101000011110001010110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3266; }

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

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

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

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

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

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

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

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