Html Css Color HEX #F879B2 Persian Pink

📋 copy color: '#F879B2'

red 248 ◦ green 121 ◦ blue 178

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

Shades of Persian Pink #F879B2

Tints of Persian Pink #F879B2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.12%

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

R = 45.34%
G = 22.12%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F879B2 (or 0xF879B2) is known color: Persian Pink. HEX triplet: F8, 79 and B2. RGB value is (248,121,178). Sum of RGB (Red+Green+Blue) = 248+121+178=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F879B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F879B2 is #07864D. Grayscale: #A5A5A5. Windows color (decimal): -493134 or 11696632. OLE color: 11696632.

HSL color Cylindrical-coordinate representation of color #F879B2: hue angle of 333.07º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F879B2 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 121 178 -
CMYK 0 0.51 0.28 0.03
HSL 333.07º 0.9% 0.72% -
HSV(B) 333.07º 0.51% 0.97% -
XYZ 53.58 36.85 46.41 -
YUV 165.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 248 121 178 0 0.51 0.28 0.03 333.07 0.9 0.72
Hex F8 79 B2 0 33 1C 3 14D 5A 48
Octal 370 171 262 0 63 34 3 515 132 110
Binary 11111000 1111001 10110010 0 110011 11100 11 101001101 1011010 1001000

Color Harmonies of #F879B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F879B2

Black with #F879B2

Text Example


Text Example

White with #F879B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F879B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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