Html Css Color HEX #F479B5 Persian Pink

📋 copy color: '#F479B5'

red 244 ◦ green 121 ◦ blue 181

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

Shades of Persian Pink #F479B5

Tints of Persian Pink #F479B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.15%

R = 44.69%
G = 22.16%
B = 33.15%

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

#F479B5 (or 0xF479B5) is known color: Persian Pink. HEX triplet: F4, 79 and B5. RGB value is (244,121,181). Sum of RGB (Red+Green+Blue) = 244+121+181=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F479B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479B5 is #0B864A. Grayscale: #A4A4A4. Windows color (decimal): -755275 or 11893236. OLE color: 11893236.

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

Color convert

RGB 244 121 181 -
CMYK 0 0.50 0.26 0.04
HSL 330.73º 0.85% 0.72% -
HSV(B) 330.73º 0.5% 0.96% -
XYZ 52.49 36.24 47.95 -
YUV 164.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 244 121 181 0 0.50 0.26 0.04 330.73 0.85 0.72
Hex F4 79 B5 0 32 1A 4 14B 55 48
Octal 364 171 265 0 62 32 4 513 125 110
Binary 11110100 1111001 10110101 0 110010 11010 100 101001011 1010101 1001000

Color Harmonies of #F479B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F479B5

Black with #F479B5

Text Example


Text Example

White with #F479B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F479B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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