Html Css Color HEX #F879C0 Persian Pink

📋 copy color: '#F879C0'

red 248 ◦ green 121 ◦ blue 192

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

Shades of Persian Pink #F879C0

Tints of Persian Pink #F879C0

RGB

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

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

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

R = 44.21%
G = 21.57%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F879C0 (or 0xF879C0) is known color: Persian Pink. HEX triplet: F8, 79 and C0. RGB value is (248,121,192). Sum of RGB (Red+Green+Blue) = 248+121+192=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F879C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F879C0 is #07863F. Grayscale: #A6A6A6. Windows color (decimal): -493120 or 12614136. OLE color: 12614136.

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

Color convert

RGB 248 121 192 -
CMYK 0 0.51 0.23 0.03
HSL 326.46º 0.9% 0.72% -
HSV(B) 326.46º 0.51% 0.97% -
XYZ 55.06 37.44 54.19 -
YUV 167.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 248 121 192 0 0.51 0.23 0.03 326.46 0.9 0.72
Hex F8 79 C0 0 33 17 3 146 5A 48
Octal 370 171 300 0 63 27 3 506 132 110
Binary 11111000 1111001 11000000 0 110011 10111 11 101000110 1011010 1001000

Color Harmonies of #F879C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F879C0

Black with #F879C0

Text Example


Text Example

White with #F879C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F879C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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