#F285BB

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

Shades of Persian Pink #F285BB

Tints of Persian Pink #F285BB

Color information

#F285BB (or 0xF285BB) is unknown color: approx Persian Pink. HEX triplet: F2, 85 and BB. RGB value is (242,133,187). Sum of RGB (Red+Green+Blue) = 242+133+187=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F285BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285BB is #0D7A44. Grayscale: #ABABAB. Windows color (decimal): -883269 or 12289522. OLE color: 12289522.

HSL color Cylindrical-coordinate representation of color #F285BB: hue angle of 330.28º 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 #F285BB is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242133187-
CMYK00.450.230.05
HSL330.28º80.74%73.53%-
HSV(B)330.28º45.04%94.9%-
XYZ53.9839.2451.74-
YUV171.75136.61178.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=43.06%
G=23.67%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213318700.450.230.05330.2880.7473.53
HexF285BB02D17514a514a
Octal362205273055275512121112
Binary11110010100001011011101101011011011110110100101010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285BB; }

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

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

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

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

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

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

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

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