Html Css Color HEX #F880C0 Persian Pink

📋 copy color: '#F880C0'

red 248 ◦ green 128 ◦ blue 192

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

Shades of Persian Pink #F880C0

Tints of Persian Pink #F880C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.8%

R = 43.66%
G = 22.54%
B = 33.8%

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

#F880C0 (or 0xF880C0) is known color: Persian Pink. HEX triplet: F8, 80 and C0. RGB value is (248,128,192). Sum of RGB (Red+Green+Blue) = 248+128+192=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F880C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880C0 is #077F3F. Grayscale: #ABABAB. Windows color (decimal): -491328 or 12615928. OLE color: 12615928.

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

Color convert

RGB 248 128 192 -
CMYK 0 0.48 0.23 0.03
HSL 328º 0.9% 0.74% -
HSV(B) 328º 0.48% 0.97% -
XYZ 55.95 39.2 54.49 -
YUV 171.18 139.76 182.8 -
System Red Green Blue C M Y K H S L
Decimal 248 128 192 0 0.48 0.23 0.03 328 0.9 0.74
Hex F8 80 C0 0 30 17 3 148 5A 4A
Octal 370 200 300 0 60 27 3 510 132 112
Binary 11111000 10000000 11000000 0 110000 10111 11 101001000 1011010 1001010

Color Harmonies of #F880C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F880C0

Black with #F880C0

Text Example


Text Example

White with #F880C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F880C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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