#F28BB7

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

Shades of Persian Pink #F28BB7

Tints of Persian Pink #F28BB7

Color information

#F28BB7 (or 0xF28BB7) is unknown color: approx Persian Pink. HEX triplet: F2, 8B and B7. RGB value is (242,139,183). Sum of RGB (Red+Green+Blue) = 242+139+183=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BB7 is #0D7448. Grayscale: #AEAEAE. Windows color (decimal): -881737 or 12028914. OLE color: 12028914.

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

Color convert

RGB242139183-
CMYK00.430.240.05
HSL334.37º79.84%74.71%-
HSV(B)334.37º42.56%94.9%-
XYZ54.440.7649.8-
YUV174.81132.62175.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 139 (54.69% from 255) = 24.65%
BLUE value IS 183 (71.88% from 255) = 32.45%
R=42.91%
G=24.65%
B=32.45%

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
Decimal24213918300.430.240.05334.3779.8474.71
HexF28BB702B18514e504b
Octal362213267053305516120113
Binary11110010100010111011011101010111100010110100111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BB7; }

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

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

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

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

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

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

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

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