#F485B9

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

Shades of Persian Pink #F485B9

Tints of Persian Pink #F485B9

Color information

#F485B9 (or 0xF485B9) is unknown color: approx Persian Pink. HEX triplet: F4, 85 and B9. RGB value is (244,133,185). Sum of RGB (Red+Green+Blue) = 244+133+185=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F485B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485B9 is #0B7A46. Grayscale: #ACACAC. Windows color (decimal): -752199 or 12158452. OLE color: 12158452.

HSL color Cylindrical-coordinate representation of color #F485B9: hue angle of 331.89º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485B9 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244133185-
CMYK00.450.240.04
HSL331.89º83.46%73.92%-
HSV(B)331.89º45.49%95.69%-
XYZ54.4539.5150.66-
YUV172.12135.27179.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.42%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=43.42%
G=23.67%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413318500.450.240.04331.8983.4673.92
HexF485B902D18414c534a
Octal364205271055304514123112
Binary11110100100001011011100101011011100010010100110010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F485B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F485B9; }

 p { color: rgb(244,133,185); }

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

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

 a { background-color: rgb(244,133,185); }

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

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

 span { border-color: rgb(244,133,185); }

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