#F284BC

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

Shades of Persian Pink #F284BC

Tints of Persian Pink #F284BC

Color information

#F284BC (or 0xF284BC) is unknown color: approx Persian Pink. HEX triplet: F2, 84 and BC. RGB value is (242,132,188). Sum of RGB (Red+Green+Blue) = 242+132+188=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F284BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284BC is #0D7B43. Grayscale: #ABABAB. Windows color (decimal): -883524 or 12354802. OLE color: 12354802.

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

Color convert

RGB242132188-
CMYK00.450.220.05
HSL329.45º80.88%73.33%-
HSV(B)329.45º45.45%94.9%-
XYZ53.9539.0152.26-
YUV171.27137.44178.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=43.06%
G=23.49%
B=33.45%

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
Decimal24213218800.450.220.05329.4580.8873.33
HexF284BC02D1651495149
Octal362204274055265511121111
Binary11110010100001001011110001011011011010110100100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F284BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F284BC; }

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

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

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

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

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

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

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

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