#F28ABA

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

Shades of Persian Pink #F28ABA

Tints of Persian Pink #F28ABA

Color information

#F28ABA (or 0xF28ABA) is unknown color: approx Persian Pink. HEX triplet: F2, 8A and BA. RGB value is (242,138,186). Sum of RGB (Red+Green+Blue) = 242+138+186=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ABA is #0D7545. Grayscale: #AEAEAE. Windows color (decimal): -881990 or 12225266. OLE color: 12225266.

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

Color convert

RGB242138186-
CMYK00.430.230.05
HSL332.31º80%74.51%-
HSV(B)332.31º42.98%94.9%-
XYZ54.5740.651.41-
YUV174.57134.46176.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 138 (54.30% from 255) = 24.38%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=42.76%
G=24.38%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213818600.430.230.05332.318074.51
HexF28ABA02B17514c504b
Octal362212272053275514120113
Binary11110010100010101011101001010111011110110100110010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28ABA; }

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

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

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

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

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

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

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

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