Html Css Color HEX #F177B2 Persian Pink

📋 copy color: '#F177B2'

red 241 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #F177B2

Tints of Persian Pink #F177B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.09%

R = 44.8%
G = 22.12%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F177B2 (or 0xF177B2) is known color: Persian Pink. HEX triplet: F1, 77 and B2. RGB value is (241,119,178). Sum of RGB (Red+Green+Blue) = 241+119+178=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F177B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F177B2 is #0E884D. Grayscale: #A2A2A2. Windows color (decimal): -952398 or 11696113. OLE color: 11696113.

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

Color convert

RGB 241 119 178 -
CMYK 0 0.51 0.26 0.05
HSL 330.98º 0.81% 0.71% -
HSV(B) 330.98º 0.51% 0.95% -
XYZ 50.91 35.11 46.21 -
YUV 162.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 241 119 178 0 0.51 0.26 0.05 330.98 0.81 0.71
Hex F1 77 B2 0 33 1A 5 14B 51 47
Octal 361 167 262 0 63 32 5 513 121 107
Binary 11110001 1110111 10110010 0 110011 11010 101 101001011 1010001 1000111

Color Harmonies of #F177B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177B2

Black with #F177B2

Text Example


Text Example

White with #F177B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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