#F285BC

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

Shades of Persian Pink #F285BC

Tints of Persian Pink #F285BC

Color information

#F285BC (or 0xF285BC) is unknown color: approx Persian Pink. HEX triplet: F2, 85 and BC. RGB value is (242,133,188). Sum of RGB (Red+Green+Blue) = 242+133+188=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F285BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285BC is #0D7A43. Grayscale: #ABABAB. Windows color (decimal): -883268 or 12355058. OLE color: 12355058.

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

Color convert

RGB242133188-
CMYK00.450.220.05
HSL329.72º80.74%73.53%-
HSV(B)329.72º45.04%94.9%-
XYZ54.0839.2852.31-
YUV171.86137.11178.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 188 (73.83% from 255) = 33.39%
R=42.98%
G=23.62%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213318800.450.220.05329.7280.7473.53
HexF285BC02D16514a514a
Octal362205274055265512121112
Binary11110010100001011011110001011011011010110100101010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F285BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F285BC; }

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

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

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

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

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

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

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

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