Html Css Color HEX #F882BE Persian Pink

📋 copy color: '#F882BE'

red 248 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #F882BE

Tints of Persian Pink #F882BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.45%

R = 43.66%
G = 22.89%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F882BE (or 0xF882BE) is known color: Persian Pink. HEX triplet: F8, 82 and BE. RGB value is (248,130,190). Sum of RGB (Red+Green+Blue) = 248+130+190=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F882BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882BE is #077D41. Grayscale: #ACACAC. Windows color (decimal): -490818 or 12485368. OLE color: 12485368.

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

Color convert

RGB 248 130 190 -
CMYK 0 0.48 0.23 0.03
HSL 329.49º 0.89% 0.74% -
HSV(B) 329.49º 0.48% 0.97% -
XYZ 55.99 39.64 53.42 -
YUV 172.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 248 130 190 0 0.48 0.23 0.03 329.49 0.89 0.74
Hex F8 82 BE 0 30 17 3 149 59 4A
Octal 370 202 276 0 60 27 3 511 131 112
Binary 11111000 10000010 10111110 0 110000 10111 11 101001001 1011001 1001010

Color Harmonies of #F882BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882BE

Black with #F882BE

Text Example


Text Example

White with #F882BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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