Html Css Color HEX #F884BB Persian Pink

📋 copy color: '#F884BB'

red 248 ◦ green 132 ◦ blue 187

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

Shades of Persian Pink #F884BB

Tints of Persian Pink #F884BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 43.74%
G = 23.28%
B = 32.98%

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

#F884BB (or 0xF884BB) is known color: Persian Pink. HEX triplet: F8, 84 and BB. RGB value is (248,132,187). Sum of RGB (Red+Green+Blue) = 248+132+187=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F884BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884BB is #077B44. Grayscale: #ACACAC. Windows color (decimal): -490309 or 12289272. OLE color: 12289272.

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

Color convert

RGB 248 132 187 -
CMYK 0 0.47 0.25 0.03
HSL 331.55º 0.89% 0.75% -
HSV(B) 331.55º 0.47% 0.97% -
XYZ 55.93 40.05 51.8 -
YUV 172.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 248 132 187 0 0.47 0.25 0.03 331.55 0.89 0.75
Hex F8 84 BB 0 2F 19 3 14C 59 4B
Octal 370 204 273 0 57 31 3 514 131 113
Binary 11111000 10000100 10111011 0 101111 11001 11 101001100 1011001 1001011

Color Harmonies of #F884BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884BB

Black with #F884BB

Text Example


Text Example

White with #F884BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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