Html Css Color HEX #F778BC Persian Pink

📋 copy color: '#F778BC'

red 247 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #F778BC

Tints of Persian Pink #F778BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.87%

R = 44.5%
G = 21.62%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F778BC (or 0xF778BC) is known color: Persian Pink. HEX triplet: F7, 78 and BC. RGB value is (247,120,188). Sum of RGB (Red+Green+Blue) = 247+120+188=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F778BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778BC is #088743. Grayscale: #A5A5A5. Windows color (decimal): -558916 or 12351735. OLE color: 12351735.

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

Color convert

RGB 247 120 188 -
CMYK 0 0.51 0.24 0.03
HSL 327.87º 0.89% 0.72% -
HSV(B) 327.87º 0.51% 0.97% -
XYZ 54.15 36.84 51.83 -
YUV 165.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 247 120 188 0 0.51 0.24 0.03 327.87 0.89 0.72
Hex F7 78 BC 0 33 18 3 148 59 48
Octal 367 170 274 0 63 30 3 510 131 110
Binary 11110111 1111000 10111100 0 110011 11000 11 101001000 1011001 1001000

Color Harmonies of #F778BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F778BC

Black with #F778BC

Text Example


Text Example

White with #F778BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F778BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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