Html Css Color HEX #F882BD Persian Pink

📋 copy color: '#F882BD'

red 248 ◦ green 130 ◦ blue 189

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

Shades of Persian Pink #F882BD

Tints of Persian Pink #F882BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.33%

R = 43.74%
G = 22.93%
B = 33.33%

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

#F882BD (or 0xF882BD) is known color: Persian Pink. HEX triplet: F8, 82 and BD. RGB value is (248,130,189). Sum of RGB (Red+Green+Blue) = 248+130+189=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F882BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882BD is #077D42. Grayscale: #ABABAB. Windows color (decimal): -490819 or 12419832. OLE color: 12419832.

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

Color convert

RGB 248 130 189 -
CMYK 0 0.48 0.24 0.03
HSL 330º 0.89% 0.74% -
HSV(B) 330º 0.48% 0.97% -
XYZ 55.88 39.6 52.84 -
YUV 172.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 248 130 189 0 0.48 0.24 0.03 330 0.89 0.74
Hex F8 82 BD 0 30 18 3 14A 59 4A
Octal 370 202 275 0 60 30 3 512 131 112
Binary 11111000 10000010 10111101 0 110000 11000 11 101001010 1011001 1001010

Color Harmonies of #F882BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882BD

Black with #F882BD

Text Example


Text Example

White with #F882BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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