Html Css Color HEX #F884BA Persian Pink

📋 copy color: '#F884BA'

red 248 ◦ green 132 ◦ blue 186

#F884BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F884BA

Tints of Persian Pink #F884BA

RGB

 RED value IS 248 (97.27% from 255) = 43.82%

 GREEN value IS 132 (51.95% from 255) = 23.32%

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 43.82%
G = 23.32%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F884BA (or 0xF884BA) is known color: Persian Pink. HEX triplet: F8, 84 and BA. RGB value is (248,132,186). Sum of RGB (Red+Green+Blue) = 248+132+186=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F884BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884BA is #077B45. Grayscale: #ACACAC. Windows color (decimal): -490310 or 12223736. OLE color: 12223736.

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

Color convert

RGB 248 132 186 -
CMYK 0 0.47 0.25 0.03
HSL 332.07º 0.89% 0.75% -
HSV(B) 332.07º 0.47% 0.97% -
XYZ 55.83 40 51.23 -
YUV 172.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 248 132 186 0 0.47 0.25 0.03 332.07 0.89 0.75
Hex F8 84 BA 0 2F 19 3 14C 59 4B
Octal 370 204 272 0 57 31 3 514 131 113
Binary 11111000 10000100 10111010 0 101111 11001 11 101001100 1011001 1001011

Color Harmonies of #F884BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884BA

Black with #F884BA

Text Example


Text Example

White with #F884BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884BA; }

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

 H1.HeaderClassName
 {
   color: #F884BA;
 }
 .AnyTagClassName
 {
   color: #F884BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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