Html Css Color HEX #F882BB Persian Pink

📋 copy color: '#F882BB'

red 248 ◦ green 130 ◦ blue 187

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

Shades of Persian Pink #F882BB

Tints of Persian Pink #F882BB

RGB

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

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

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

R = 43.89%
G = 23.01%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F882BB (or 0xF882BB) is known color: Persian Pink. HEX triplet: F8, 82 and BB. RGB value is (248,130,187). Sum of RGB (Red+Green+Blue) = 248+130+187=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F882BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882BB is #077D44. Grayscale: #ABABAB. Windows color (decimal): -490821 or 12288760. OLE color: 12288760.

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

Color convert

RGB 248 130 187 -
CMYK 0 0.48 0.25 0.03
HSL 331.02º 0.89% 0.74% -
HSV(B) 331.02º 0.48% 0.97% -
XYZ 55.66 39.51 51.71 -
YUV 171.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 248 130 187 0 0.48 0.25 0.03 331.02 0.89 0.74
Hex F8 82 BB 0 30 19 3 14B 59 4A
Octal 370 202 273 0 60 31 3 513 131 112
Binary 11111000 10000010 10111011 0 110000 11001 11 101001011 1011001 1001010

Color Harmonies of #F882BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882BB

Black with #F882BB

Text Example


Text Example

White with #F882BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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