#F883BA

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

Shades of Persian Pink #F883BA

Tints of Persian Pink #F883BA

Color information

#F883BA (or 0xF883BA) is unknown color: approx Persian Pink. HEX triplet: F8, 83 and BA. RGB value is (248,131,186). Sum of RGB (Red+Green+Blue) = 248+131+186=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F883BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883BA is #077C45. Grayscale: #ACACAC. Windows color (decimal): -490566 or 12223480. OLE color: 12223480.

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

Color convert

RGB248131186-
CMYK00.470.250.03
HSL331.79º89.31%74.31%-
HSV(B)331.79º47.18%97.25%-
XYZ55.6939.7351.19-
YUV172.25135.76182.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 131 (51.56% from 255) = 23.19%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=43.89%
G=23.19%
B=32.92%

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
Decimal24813118600.470.250.03331.7989.3174.31
HexF883BA02F19314c594a
Octal370203272057313514131112
Binary1111100010000011101110100101111110011110100110010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F883BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F883BA; }

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

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

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

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

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

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

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

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