Html Css Color HEX #F880B5 Persian Pink

📋 copy color: '#F880B5'

red 248 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #F880B5

Tints of Persian Pink #F880B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 44.52%
G = 22.98%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F880B5 (or 0xF880B5) is known color: Persian Pink. HEX triplet: F8, 80 and B5. RGB value is (248,128,181). Sum of RGB (Red+Green+Blue) = 248+128+181=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F880B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880B5 is #077F4A. Grayscale: #A9A9A9. Windows color (decimal): -491339 or 11895032. OLE color: 11895032.

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

Color convert

RGB 248 128 181 -
CMYK 0 0.48 0.27 0.03
HSL 333.5º 0.9% 0.74% -
HSV(B) 333.5º 0.48% 0.97% -
XYZ 54.77 38.73 48.31 -
YUV 169.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 248 128 181 0 0.48 0.27 0.03 333.5 0.9 0.74
Hex F8 80 B5 0 30 1B 3 14E 5A 4A
Octal 370 200 265 0 60 33 3 516 132 112
Binary 11111000 10000000 10110101 0 110000 11011 11 101001110 1011010 1001010

Color Harmonies of #F880B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F880B5

Black with #F880B5

Text Example


Text Example

White with #F880B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F880B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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