Html Css Color HEX #F884BC Persian Pink

📋 copy color: '#F884BC'

red 248 ◦ green 132 ◦ blue 188

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

Shades of Persian Pink #F884BC

Tints of Persian Pink #F884BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.1%

R = 43.66%
G = 23.24%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F884BC (or 0xF884BC) is known color: Persian Pink. HEX triplet: F8, 84 and BC. RGB value is (248,132,188). Sum of RGB (Red+Green+Blue) = 248+132+188=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F884BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884BC is #077B43. Grayscale: #ACACAC. Windows color (decimal): -490308 or 12354808. OLE color: 12354808.

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

Color convert

RGB 248 132 188 -
CMYK 0 0.47 0.24 0.03
HSL 331.03º 0.89% 0.75% -
HSV(B) 331.03º 0.47% 0.97% -
XYZ 56.04 40.09 52.36 -
YUV 173.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 248 132 188 0 0.47 0.24 0.03 331.03 0.89 0.75
Hex F8 84 BC 0 2F 18 3 14B 59 4B
Octal 370 204 274 0 57 30 3 513 131 113
Binary 11111000 10000100 10111100 0 101111 11000 11 101001011 1011001 1001011

Color Harmonies of #F884BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F884BC

Black with #F884BC

Text Example


Text Example

White with #F884BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F884BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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