#FF26A0

Color #FF26A0 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #FF26A0

Tints of Persian Rose #FF26A0

Color information

#FF26A0 (or 0xFF26A0) is unknown color: approx Persian Rose. HEX triplet: FF, 26 and A0. RGB value is (255,38,160). Sum of RGB (Red+Green+Blue) = 255+38+160=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF26A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF26A0 is #00D95F. Grayscale: #747474. Windows color (decimal): -55648 or 10495743. OLE color: 10495743.

HSL color Cylindrical-coordinate representation of color #FF26A0: hue angle of 326.27º 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 #FF26A0 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB25538160-
CMYK00.850.370
HSL326.27º100%57.45%-
HSV(B)326.27º85.1%100%-
XYZ48.2825.1835.57-
YUV116.79152.39226.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 38 (15.23% from 255) = 8.39%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=56.29%
G=8.39%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553816000.850.370326.2710057.45
HexFF26A00552501466439
Octal37746240012545050614471
Binary11111111100110101000000101010110010101010001101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF26A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF26A0; }

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

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

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

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

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

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

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

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