Html Css Color HEX #F479B1 Persian Pink

📋 copy color: '#F479B1'

red 244 ◦ green 121 ◦ blue 177

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

Shades of Persian Pink #F479B1

Tints of Persian Pink #F479B1

RGB

 RED value IS 244 (95.7% from 255) = 45.02%

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

 BLUE value IS 177 (69.53% from 255) = 32.66%

R = 45.02%
G = 22.32%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F479B1 (or 0xF479B1) is known color: Persian Pink. HEX triplet: F4, 79 and B1. RGB value is (244,121,177). Sum of RGB (Red+Green+Blue) = 244+121+177=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F479B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F479B1 is #0B864E. Grayscale: #A4A4A4. Windows color (decimal): -755279 or 11631092. OLE color: 11631092.

HSL color Cylindrical-coordinate representation of color #F479B1: hue angle of 332.68º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F479B1 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 121 177 -
CMYK 0 0.50 0.27 0.04
HSL 332.68º 0.85% 0.72% -
HSV(B) 332.68º 0.5% 0.96% -
XYZ 52.08 36.08 45.81 -
YUV 164.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 244 121 177 0 0.50 0.27 0.04 332.68 0.85 0.72
Hex F4 79 B1 0 32 1B 4 14D 55 48
Octal 364 171 261 0 62 33 4 515 125 110
Binary 11110100 1111001 10110001 0 110010 11011 100 101001101 1010101 1001000

Color Harmonies of #F479B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F479B1

Black with #F479B1

Text Example


Text Example

White with #F479B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F479B1; }

 p { color: rgb(244,121,177); }

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

background-color css

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

 a { background-color: rgb(244,121,177); }

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

border-color css

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

 span { border-color: rgb(244,121,177); }

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