Html Css Color HEX #F879C4 Persian Pink

📋 copy color: '#F879C4'

red 248 ◦ green 121 ◦ blue 196

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

Shades of Persian Pink #F879C4

Tints of Persian Pink #F879C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.69%

R = 43.89%
G = 21.42%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F879C4 (or 0xF879C4) is known color: Persian Pink. HEX triplet: F8, 79 and C4. RGB value is (248,121,196). Sum of RGB (Red+Green+Blue) = 248+121+196=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F879C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F879C4 is #07863B. Grayscale: #A7A7A7. Windows color (decimal): -493116 or 12876280. OLE color: 12876280.

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

Color convert

RGB 248 121 196 -
CMYK 0 0.51 0.21 0.03
HSL 324.57º 0.9% 0.72% -
HSV(B) 324.57º 0.51% 0.97% -
XYZ 55.51 37.62 56.56 -
YUV 167.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 248 121 196 0 0.51 0.21 0.03 324.57 0.9 0.72
Hex F8 79 C4 0 33 15 3 145 5A 48
Octal 370 171 304 0 63 25 3 505 132 110
Binary 11111000 1111001 11000100 0 110011 10101 11 101000101 1011010 1001000

Color Harmonies of #F879C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F879C4

Black with #F879C4

Text Example


Text Example

White with #F879C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F879C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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