#F284B3

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

Shades of Persian Pink #F284B3

Tints of Persian Pink #F284B3

Color information

#F284B3 (or 0xF284B3) is unknown color: approx Persian Pink. HEX triplet: F2, 84 and B3. RGB value is (242,132,179). Sum of RGB (Red+Green+Blue) = 242+132+179=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F284B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284B3 is #0D7B4C. Grayscale: #AAAAAA. Windows color (decimal): -883533 or 11764978. OLE color: 11764978.

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

Color convert

RGB242132179-
CMYK00.450.260.05
HSL334.36º80.88%73.33%-
HSV(B)334.36º45.45%94.9%-
XYZ53.0138.6347.31-
YUV170.25132.94179.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=43.76%
G=23.87%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213217900.450.260.05334.3680.8873.33
HexF284B302D1A514e5149
Octal362204263055325516121111
Binary11110010100001001011001101011011101010110100111010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F284B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F284B3; }

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

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

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

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

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

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

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

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