#F883BE

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

Shades of Persian Pink #F883BE

Tints of Persian Pink #F883BE

Color information

#F883BE (or 0xF883BE) is unknown color: approx Persian Pink. HEX triplet: F8, 83 and BE. RGB value is (248,131,190). Sum of RGB (Red+Green+Blue) = 248+131+190=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F883BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883BE is #077C41. Grayscale: #ACACAC. Windows color (decimal): -490562 or 12485624. OLE color: 12485624.

HSL color Cylindrical-coordinate representation of color #F883BE: hue angle of 329.74º 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 #F883BE is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248131190-
CMYK00.470.230.03
HSL329.74º89.31%74.31%-
HSV(B)329.74º47.18%97.25%-
XYZ56.1239.9153.46-
YUV172.71137.76181.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.59%
GREEN value IS 131 (51.56% from 255) = 23.02%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=43.59%
G=23.02%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813119000.470.230.03329.7489.3174.31
HexF883BE02F17314a594a
Octal370203276057273512131112
Binary1111100010000011101111100101111101111110100101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F883BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F883BE; }

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

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

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

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

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

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

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

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