Html Css Color HEX #F477AF Persian Pink

📋 copy color: '#F477AF'

red 244 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #F477AF

Tints of Persian Pink #F477AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.12%

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

R = 45.35%
G = 22.12%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F477AF (or 0xF477AF) is known color: Persian Pink. HEX triplet: F4, 77 and AF. RGB value is (244,119,175). Sum of RGB (Red+Green+Blue) = 244+119+175=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F477AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F477AF is #0B8850. Grayscale: #A2A2A2. Windows color (decimal): -755793 or 11499508. OLE color: 11499508.

HSL color Cylindrical-coordinate representation of color #F477AF: hue angle of 333.12º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F477AF is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 119 175 -
CMYK 0 0.51 0.28 0.04
HSL 333.12º 0.85% 0.71% -
HSV(B) 333.12º 0.51% 0.96% -
XYZ 51.64 35.52 44.69 -
YUV 162.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 244 119 175 0 0.51 0.28 0.04 333.12 0.85 0.71
Hex F4 77 AF 0 33 1C 4 14D 55 47
Octal 364 167 257 0 63 34 4 515 125 107
Binary 11110100 1110111 10101111 0 110011 11100 100 101001101 1010101 1000111

Color Harmonies of #F477AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F477AF

Black with #F477AF

Text Example


Text Example

White with #F477AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F477AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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