Html Css Color HEX #F777B3 Persian Pink

📋 copy color: '#F777B3'

red 247 ◦ green 119 ◦ blue 179

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

Shades of Persian Pink #F777B3

Tints of Persian Pink #F777B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 45.32%
G = 21.83%
B = 32.84%

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

#F777B3 (or 0xF777B3) is known color: Persian Pink. HEX triplet: F7, 77 and B3. RGB value is (247,119,179). Sum of RGB (Red+Green+Blue) = 247+119+179=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F777B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777B3 is #08884C. Grayscale: #A4A4A4. Windows color (decimal): -559181 or 11761655. OLE color: 11761655.

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

Color convert

RGB 247 119 179 -
CMYK 0 0.52 0.28 0.03
HSL 331.88º 0.89% 0.72% -
HSV(B) 331.88º 0.52% 0.97% -
XYZ 53.09 36.22 46.84 -
YUV 164.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 247 119 179 0 0.52 0.28 0.03 331.88 0.89 0.72
Hex F7 77 B3 0 34 1C 3 14C 59 48
Octal 367 167 263 0 64 34 3 514 131 110
Binary 11110111 1110111 10110011 0 110100 11100 11 101001100 1011001 1001000

Color Harmonies of #F777B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F777B3

Black with #F777B3

Text Example


Text Example

White with #F777B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F777B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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