Html Css Color HEX #F880BE Persian Pink

📋 copy color: '#F880BE'

red 248 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #F880BE

Tints of Persian Pink #F880BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.61%

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

R = 43.82%
G = 22.61%
B = 33.57%

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

#F880BE (or 0xF880BE) is known color: Persian Pink. HEX triplet: F8, 80 and BE. RGB value is (248,128,190). Sum of RGB (Red+Green+Blue) = 248+128+190=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F880BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880BE is #077F41. Grayscale: #AAAAAA. Windows color (decimal): -491330 or 12484856. OLE color: 12484856.

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

Color convert

RGB 248 128 190 -
CMYK 0 0.48 0.23 0.03
HSL 329º 0.9% 0.74% -
HSV(B) 329º 0.48% 0.97% -
XYZ 55.72 39.11 53.33 -
YUV 170.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 248 128 190 0 0.48 0.23 0.03 329 0.9 0.74
Hex F8 80 BE 0 30 17 3 149 5A 4A
Octal 370 200 276 0 60 27 3 511 132 112
Binary 11111000 10000000 10111110 0 110000 10111 11 101001001 1011010 1001010

Color Harmonies of #F880BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F880BE

Black with #F880BE

Text Example


Text Example

White with #F880BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F880BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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