#FF2664

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

Shades of Radical Red #FF2664

Tints of Radical Red #FF2664

Color information

#FF2664 (or 0xFF2664) is unknown color: approx Radical Red. HEX triplet: FF, 26 and 64. RGB value is (255,38,100). Sum of RGB (Red+Green+Blue) = 255+38+100=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2664 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2664 is #00D99B. Grayscale: #6D6D6D. Windows color (decimal): -55708 or 6563583. OLE color: 6563583.

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

Color convert

RGB25538100-
CMYK00.850.610
HSL342.86º100%57.45%-
HSV(B)342.86º85.1%100%-
XYZ44.2323.5714.27-
YUV109.95122.39231.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.89%
GREEN value IS 38 (15.23% from 255) = 9.67%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=64.89%
G=9.67%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553810000.850.610342.8610057.45
HexFF26640553D01576439
Octal37746144012575052714471
Binary1111111110011011001000101010111110101010101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2664; }

 p { color: rgb(255,38,100); }

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

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

 a { background-color: rgb(255,38,100); }

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

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

 span { border-color: rgb(255,38,100); }

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