Html Css Color HEX #F777B1 Persian Pink

📋 copy color: '#F777B1'

red 247 ◦ green 119 ◦ blue 177

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

Shades of Persian Pink #F777B1

Tints of Persian Pink #F777B1

RGB

 RED value IS 247 (96.88% from 255) = 45.49%

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

 BLUE value IS 177 (69.53% from 255) = 32.6%

R = 45.49%
G = 21.92%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F777B1 (or 0xF777B1) is known color: Persian Pink. HEX triplet: F7, 77 and B1. RGB value is (247,119,177). Sum of RGB (Red+Green+Blue) = 247+119+177=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F777B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F777B1 is #08884E. Grayscale: #A3A3A3. Windows color (decimal): -559183 or 11630583. OLE color: 11630583.

HSL color Cylindrical-coordinate representation of color #F777B1: hue angle of 332.81º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F777B1 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 119 177 -
CMYK 0 0.52 0.28 0.03
HSL 332.81º 0.89% 0.72% -
HSV(B) 332.81º 0.52% 0.97% -
XYZ 52.89 36.14 45.78 -
YUV 163.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 247 119 177 0 0.52 0.28 0.03 332.81 0.89 0.72
Hex F7 77 B1 0 34 1C 3 14D 59 48
Octal 367 167 261 0 64 34 3 515 131 110
Binary 11110111 1110111 10110001 0 110100 11100 11 101001101 1011001 1001000

Color Harmonies of #F777B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F777B1

Black with #F777B1

Text Example


Text Example

White with #F777B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F777B1; }

 p { color: rgb(247,119,177); }

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

background-color css

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

 a { background-color: rgb(247,119,177); }

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

border-color css

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

 span { border-color: rgb(247,119,177); }

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