Html Css Color HEX #F177AF Persian Pink

📋 copy color: '#F177AF'

red 241 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #F177AF

Tints of Persian Pink #F177AF

RGB

 RED value IS 241 (94.53% from 255) = 45.05%

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

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

R = 45.05%
G = 22.24%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F177AF (or 0xF177AF) is known color: Persian Pink. HEX triplet: F1, 77 and AF. RGB value is (241,119,175). Sum of RGB (Red+Green+Blue) = 241+119+175=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F177AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F177AF is #0E8850. Grayscale: #A1A1A1. Windows color (decimal): -952401 or 11499505. OLE color: 11499505.

HSL color Cylindrical-coordinate representation of color #F177AF: hue angle of 332.46º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F177AF is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 119 175 -
CMYK 0 0.51 0.27 0.05
HSL 332.46º 0.81% 0.71% -
HSV(B) 332.46º 0.51% 0.95% -
XYZ 50.61 34.99 44.64 -
YUV 161.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 241 119 175 0 0.51 0.27 0.05 332.46 0.81 0.71
Hex F1 77 AF 0 33 1B 5 14C 51 47
Octal 361 167 257 0 63 33 5 514 121 107
Binary 11110001 1110111 10101111 0 110011 11011 101 101001100 1010001 1000111

Color Harmonies of #F177AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177AF

Black with #F177AF

Text Example


Text Example

White with #F177AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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