#F883BB

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

Shades of Persian Pink #F883BB

Tints of Persian Pink #F883BB

Color information

#F883BB (or 0xF883BB) is unknown color: approx Persian Pink. HEX triplet: F8, 83 and BB. RGB value is (248,131,187). Sum of RGB (Red+Green+Blue) = 248+131+187=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F883BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883BB is #077C44. Grayscale: #ACACAC. Windows color (decimal): -490565 or 12289016. OLE color: 12289016.

HSL color Cylindrical-coordinate representation of color #F883BB: hue angle of 331.28º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F883BB is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248131187-
CMYK00.470.250.03
HSL331.28º89.31%74.31%-
HSV(B)331.28º47.18%97.25%-
XYZ55.839.7851.75-
YUV172.37136.26181.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.82%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=43.82%
G=23.14%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813118700.470.250.03331.2889.3174.31
HexF883BB02F19314b594a
Octal370203273057313513131112
Binary1111100010000011101110110101111110011110100101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F883BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F883BB; }

 p { color: rgb(248,131,187); }

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

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

 a { background-color: rgb(248,131,187); }

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

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

 span { border-color: rgb(248,131,187); }

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