Html Css Color HEX #F577AF Persian Pink

📋 copy color: '#F577AF'

red 245 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #F577AF

Tints of Persian Pink #F577AF

RGB

 RED value IS 245 (96.09% from 255) = 45.45%

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

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

R = 45.45%
G = 22.08%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F577AF (or 0xF577AF) is known color: Persian Pink. HEX triplet: F5, 77 and AF. RGB value is (245,119,175). Sum of RGB (Red+Green+Blue) = 245+119+175=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F577AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F577AF is #0A8850. Grayscale: #A2A2A2. Windows color (decimal): -690257 or 11499509. OLE color: 11499509.

HSL color Cylindrical-coordinate representation of color #F577AF: hue angle of 333.33º degrees, saturation: 0.86, 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 #F577AF is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 119 175 -
CMYK 0 0.51 0.29 0.04
HSL 333.33º 0.86% 0.71% -
HSV(B) 333.33º 0.51% 0.96% -
XYZ 51.99 35.7 44.71 -
YUV 163.06 134.74 186.45 -
System Red Green Blue C M Y K H S L
Decimal 245 119 175 0 0.51 0.29 0.04 333.33 0.86 0.71
Hex F5 77 AF 0 33 1D 4 14D 56 47
Octal 365 167 257 0 63 35 4 515 126 107
Binary 11110101 1110111 10101111 0 110011 11101 100 101001101 1010110 1000111

Color Harmonies of #F577AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F577AF

Black with #F577AF

Text Example


Text Example

White with #F577AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F577AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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