Html Css Color HEX #F881B9 Persian Pink

📋 copy color: '#F881B9'

red 248 ◦ green 129 ◦ blue 185

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

Shades of Persian Pink #F881B9

Tints of Persian Pink #F881B9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.95%

 BLUE value IS 185 (72.66% from 255) = 32.92%

R = 44.13%
G = 22.95%
B = 32.92%

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

#F881B9 (or 0xF881B9) is known color: Persian Pink. HEX triplet: F8, 81 and B9. RGB value is (248,129,185). Sum of RGB (Red+Green+Blue) = 248+129+185=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F881B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881B9 is #077E46. Grayscale: #AAAAAA. Windows color (decimal): -491079 or 12157432. OLE color: 12157432.

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

Color convert

RGB 248 129 185 -
CMYK 0 0.48 0.25 0.03
HSL 331.76º 0.89% 0.74% -
HSV(B) 331.76º 0.48% 0.97% -
XYZ 55.32 39.16 50.54 -
YUV 170.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 248 129 185 0 0.48 0.25 0.03 331.76 0.89 0.74
Hex F8 81 B9 0 30 19 3 14C 59 4A
Octal 370 201 271 0 60 31 3 514 131 112
Binary 11111000 10000001 10111001 0 110000 11001 11 101001100 1011001 1001010

Color Harmonies of #F881B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F881B9

Black with #F881B9

Text Example


Text Example

White with #F881B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F881B9; }

 p { color: rgb(248,129,185); }

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

background-color css

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

 a { background-color: rgb(248,129,185); }

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

border-color css

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

 span { border-color: rgb(248,129,185); }

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