Html Css Color HEX #F777B5 Persian Pink

📋 copy color: '#F777B5'

red 247 ◦ green 119 ◦ blue 181

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

Shades of Persian Pink #F777B5

Tints of Persian Pink #F777B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.09%

R = 45.16%
G = 21.76%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F777B5 (or 0xF777B5) is known color: Persian Pink. HEX triplet: F7, 77 and B5. RGB value is (247,119,181). Sum of RGB (Red+Green+Blue) = 247+119+181=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F777B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777B5 is #08884A. Grayscale: #A4A4A4. Windows color (decimal): -559179 or 11892727. OLE color: 11892727.

HSL color Cylindrical-coordinate representation of color #F777B5: hue angle of 330.94º 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 #F777B5 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 119 181 -
CMYK 0 0.52 0.27 0.03
HSL 330.94º 0.89% 0.72% -
HSV(B) 330.94º 0.52% 0.97% -
XYZ 53.3 36.3 47.91 -
YUV 164.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 247 119 181 0 0.52 0.27 0.03 330.94 0.89 0.72
Hex F7 77 B5 0 34 1B 3 14B 59 48
Octal 367 167 265 0 64 33 3 513 131 110
Binary 11110111 1110111 10110101 0 110100 11011 11 101001011 1011001 1001000

Color Harmonies of #F777B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F777B5

Black with #F777B5

Text Example


Text Example

White with #F777B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F777B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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