#F28BB8

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

Shades of Persian Pink #F28BB8

Tints of Persian Pink #F28BB8

Color information

#F28BB8 (or 0xF28BB8) is unknown color: approx Persian Pink. HEX triplet: F2, 8B and B8. RGB value is (242,139,184). Sum of RGB (Red+Green+Blue) = 242+139+184=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BB8 is #0D7447. Grayscale: #AEAEAE. Windows color (decimal): -881736 or 12094450. OLE color: 12094450.

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

Color convert

RGB242139184-
CMYK00.430.240.05
HSL333.79º79.84%74.71%-
HSV(B)333.79º42.56%94.9%-
XYZ54.540.850.35-
YUV174.93133.12175.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 139 (54.69% from 255) = 24.60%
BLUE value IS 184 (72.27% from 255) = 32.57%
R=42.83%
G=24.60%
B=32.57%

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
Decimal24213918400.430.240.05333.7979.8474.71
HexF28BB802B18514e504b
Octal362213270053305516120113
Binary11110010100010111011100001010111100010110100111010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28BB8; }

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

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

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

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

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

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

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

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