Html Css Color HEX #F778BB Persian Pink

📋 copy color: '#F778BB'

red 247 ◦ green 120 ◦ blue 187

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

Shades of Persian Pink #F778BB

Tints of Persian Pink #F778BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.75%

R = 44.58%
G = 21.66%
B = 33.75%

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

#F778BB (or 0xF778BB) is known color: Persian Pink. HEX triplet: F7, 78 and BB. RGB value is (247,120,187). Sum of RGB (Red+Green+Blue) = 247+120+187=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F778BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778BB is #088744. Grayscale: #A5A5A5. Windows color (decimal): -558917 or 12286199. OLE color: 12286199.

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

Color convert

RGB 247 120 187 -
CMYK 0 0.51 0.24 0.03
HSL 328.35º 0.89% 0.72% -
HSV(B) 328.35º 0.51% 0.97% -
XYZ 54.04 36.79 51.27 -
YUV 165.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 247 120 187 0 0.51 0.24 0.03 328.35 0.89 0.72
Hex F7 78 BB 0 33 18 3 148 59 48
Octal 367 170 273 0 63 30 3 510 131 110
Binary 11110111 1111000 10111011 0 110011 11000 11 101001000 1011001 1001000

Color Harmonies of #F778BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F778BB

Black with #F778BB

Text Example


Text Example

White with #F778BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F778BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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