Html Css Color HEX #F479B4 Persian Pink

📋 copy color: '#F479B4'

red 244 ◦ green 121 ◦ blue 180

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

Shades of Persian Pink #F479B4

Tints of Persian Pink #F479B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 44.77%
G = 22.2%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F479B4 (or 0xF479B4) is known color: Persian Pink. HEX triplet: F4, 79 and B4. RGB value is (244,121,180). Sum of RGB (Red+Green+Blue) = 244+121+180=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F479B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479B4 is #0B864B. Grayscale: #A4A4A4. Windows color (decimal): -755276 or 11827700. OLE color: 11827700.

HSL color Cylindrical-coordinate representation of color #F479B4: hue angle of 331.22º 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 #F479B4 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 121 180 -
CMYK 0 0.50 0.26 0.04
HSL 331.22º 0.85% 0.72% -
HSV(B) 331.22º 0.5% 0.96% -
XYZ 52.38 36.2 47.41 -
YUV 164.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 244 121 180 0 0.50 0.26 0.04 331.22 0.85 0.72
Hex F4 79 B4 0 32 1A 4 14B 55 48
Octal 364 171 264 0 62 32 4 513 125 110
Binary 11110100 1111001 10110100 0 110010 11010 100 101001011 1010101 1001000

Color Harmonies of #F479B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F479B4

Black with #F479B4

Text Example


Text Example

White with #F479B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F479B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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