Html Css Color HEX #F778B1 Persian Pink

📋 copy color: '#F778B1'

red 247 ◦ green 120 ◦ blue 177

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

Shades of Persian Pink #F778B1

Tints of Persian Pink #F778B1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.06%

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

R = 45.4%
G = 22.06%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F778B1 (or 0xF778B1) is known color: Persian Pink. HEX triplet: F7, 78 and B1. RGB value is (247,120,177). Sum of RGB (Red+Green+Blue) = 247+120+177=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F778B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F778B1 is #08874E. Grayscale: #A4A4A4. Windows color (decimal): -558927 or 11630839. OLE color: 11630839.

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

Color convert

RGB 247 120 177 -
CMYK 0 0.51 0.28 0.03
HSL 333.07º 0.89% 0.72% -
HSV(B) 333.07º 0.51% 0.97% -
XYZ 53.01 36.38 45.82 -
YUV 164.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 247 120 177 0 0.51 0.28 0.03 333.07 0.89 0.72
Hex F7 78 B1 0 33 1C 3 14D 59 48
Octal 367 170 261 0 63 34 3 515 131 110
Binary 11110111 1111000 10110001 0 110011 11100 11 101001101 1011001 1001000

Color Harmonies of #F778B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F778B1

Black with #F778B1

Text Example


Text Example

White with #F778B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F778B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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