#F285B9

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

Shades of Persian Pink #F285B9

Tints of Persian Pink #F285B9

Color information

#F285B9 (or 0xF285B9) is unknown color: approx Persian Pink. HEX triplet: F2, 85 and B9. RGB value is (242,133,185). Sum of RGB (Red+Green+Blue) = 242+133+185=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F285B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285B9 is #0D7A46. Grayscale: #ABABAB. Windows color (decimal): -883271 or 12158450. OLE color: 12158450.

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

Color convert

RGB242133185-
CMYK00.450.240.05
HSL331.38º80.74%73.53%-
HSV(B)331.38º45.04%94.9%-
XYZ53.7639.1650.62-
YUV171.52135.61178.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=43.21%
G=23.75%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213318500.450.240.05331.3880.7473.53
HexF285B902D18514b514a
Octal362205271055305513121112
Binary11110010100001011011100101011011100010110100101110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285B9; }

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

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

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

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

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

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

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

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