#FF229A

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

Shades of Persian Rose #FF229A

Tints of Persian Rose #FF229A

Color information

#FF229A (or 0xFF229A) is unknown color: approx Persian Rose. HEX triplet: FF, 22 and 9A. RGB value is (255,34,154). Sum of RGB (Red+Green+Blue) = 255+34+154=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF229A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF229A is #00DD65. Grayscale: #717171. Windows color (decimal): -56678 or 10101503. OLE color: 10101503.

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

Color convert

RGB25534154-
CMYK00.870.400
HSL327.42º100%56.67%-
HSV(B)327.42º86.67%100%-
XYZ47.6424.7432.84-
YUV113.76150.72228.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.56%
GREEN value IS 34 (13.67% from 255) = 7.67%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=57.56%
G=7.67%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553415400.870.400327.4210056.67
HexFF229A0572801476439
Octal37742232012750050714471
Binary11111111100010100110100101011110100001010001111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF229A; }

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

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

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

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

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

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

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

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