#F28AB7

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

Shades of Persian Pink #F28AB7

Tints of Persian Pink #F28AB7

Color information

#F28AB7 (or 0xF28AB7) is unknown color: approx Persian Pink. HEX triplet: F2, 8A and B7. RGB value is (242,138,183). Sum of RGB (Red+Green+Blue) = 242+138+183=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AB7 is #0D7548. Grayscale: #AEAEAE. Windows color (decimal): -881993 or 12028658. OLE color: 12028658.

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

Color convert

RGB242138183-
CMYK00.430.240.05
HSL334.04º80%74.51%-
HSV(B)334.04º42.98%94.9%-
XYZ54.2540.4749.75-
YUV174.23132.96176.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=42.98%
G=24.51%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213818300.430.240.05334.048074.51
HexF28AB702B18514e504b
Octal362212267053305516120113
Binary11110010100010101011011101010111100010110100111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28AB7; }

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

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

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

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

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

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

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

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