Html Css Color HEX #F880B2 Persian Pink

📋 copy color: '#F880B2'

red 248 ◦ green 128 ◦ blue 178

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

Shades of Persian Pink #F880B2

Tints of Persian Pink #F880B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 44.77%
G = 23.1%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F880B2 (or 0xF880B2) is known color: Persian Pink. HEX triplet: F8, 80 and B2. RGB value is (248,128,178). Sum of RGB (Red+Green+Blue) = 248+128+178=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F880B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F880B2 is #077F4D. Grayscale: #A9A9A9. Windows color (decimal): -491342 or 11698424. OLE color: 11698424.

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

Color convert

RGB 248 128 178 -
CMYK 0 0.48 0.28 0.03
HSL 335º 0.9% 0.74% -
HSV(B) 335º 0.48% 0.97% -
XYZ 54.47 38.61 46.7 -
YUV 169.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 248 128 178 0 0.48 0.28 0.03 335 0.9 0.74
Hex F8 80 B2 0 30 1C 3 14F 5A 4A
Octal 370 200 262 0 60 34 3 517 132 112
Binary 11111000 10000000 10110010 0 110000 11100 11 101001111 1011010 1001010

Color Harmonies of #F880B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F880B2

Black with #F880B2

Text Example


Text Example

White with #F880B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F880B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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