Html Css Color HEX #F882BC Persian Pink

📋 copy color: '#F882BC'

red 248 ◦ green 130 ◦ blue 188

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

Shades of Persian Pink #F882BC

Tints of Persian Pink #F882BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.97%

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

R = 43.82%
G = 22.97%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F882BC (or 0xF882BC) is known color: Persian Pink. HEX triplet: F8, 82 and BC. RGB value is (248,130,188). Sum of RGB (Red+Green+Blue) = 248+130+188=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F882BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882BC is #077D43. Grayscale: #ABABAB. Windows color (decimal): -490820 or 12354296. OLE color: 12354296.

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

Color convert

RGB 248 130 188 -
CMYK 0 0.48 0.24 0.03
HSL 330.51º 0.89% 0.74% -
HSV(B) 330.51º 0.48% 0.97% -
XYZ 55.77 39.55 52.27 -
YUV 171.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 248 130 188 0 0.48 0.24 0.03 330.51 0.89 0.74
Hex F8 82 BC 0 30 18 3 14B 59 4A
Octal 370 202 274 0 60 30 3 513 131 112
Binary 11111000 10000010 10111100 0 110000 11000 11 101001011 1011001 1001010

Color Harmonies of #F882BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882BC

Black with #F882BC

Text Example


Text Example

White with #F882BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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