Html Css Color HEX #F479AF Persian Pink

📋 copy color: '#F479AF'

red 244 ◦ green 121 ◦ blue 175

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

Shades of Persian Pink #F479AF

Tints of Persian Pink #F479AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.41%

R = 45.19%
G = 22.41%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F479AF (or 0xF479AF) is known color: Persian Pink. HEX triplet: F4, 79 and AF. RGB value is (244,121,175). Sum of RGB (Red+Green+Blue) = 244+121+175=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F479AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F479AF is #0B8650. Grayscale: #A3A3A3. Windows color (decimal): -755281 or 11500020. OLE color: 11500020.

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

Color convert

RGB 244 121 175 -
CMYK 0 0.50 0.28 0.04
HSL 333.66º 0.85% 0.72% -
HSV(B) 333.66º 0.5% 0.96% -
XYZ 51.88 36 44.77 -
YUV 163.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 244 121 175 0 0.50 0.28 0.04 333.66 0.85 0.72
Hex F4 79 AF 0 32 1C 4 14E 55 48
Octal 364 171 257 0 62 34 4 516 125 110
Binary 11110100 1111001 10101111 0 110010 11100 100 101001110 1010101 1001000

Color Harmonies of #F479AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F479AF

Black with #F479AF

Text Example


Text Example

White with #F479AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F479AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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