#F282BA

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

Shades of Persian Pink #F282BA

Tints of Persian Pink #F282BA

Color information

#F282BA (or 0xF282BA) is unknown color: approx Persian Pink. HEX triplet: F2, 82 and BA. RGB value is (242,130,186). Sum of RGB (Red+Green+Blue) = 242+130+186=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F282BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282BA is #0D7D45. Grayscale: #A9A9A9. Windows color (decimal): -884038 or 12223218. OLE color: 12223218.

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

Color convert

RGB242130186-
CMYK00.460.230.05
HSL330º81.16%72.94%-
HSV(B)330º46.28%94.9%-
XYZ53.4638.3951.05-
YUV169.87137.11179.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.37%
GREEN value IS 130 (51.17% from 255) = 23.30%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=43.37%
G=23.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213018600.460.230.0533081.1672.94
HexF282BA02E17514a5149
Octal362202272056275512121111
Binary11110010100000101011101001011101011110110100101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F282BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F282BA; }

 p { color: rgb(242,130,186); }

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

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

 a { background-color: rgb(242,130,186); }

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

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

 span { border-color: rgb(242,130,186); }

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