Html Css Color HEX #F772BB Persian Pink

📋 copy color: '#F772BB'

red 247 ◦ green 114 ◦ blue 187

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

Shades of Persian Pink #F772BB

Tints of Persian Pink #F772BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.8%

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

R = 45.07%
G = 20.8%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F772BB (or 0xF772BB) is known color: Persian Pink. HEX triplet: F7, 72 and BB. RGB value is (247,114,187). Sum of RGB (Red+Green+Blue) = 247+114+187=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F772BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772BB is #088D44. Grayscale: #A1A1A1. Windows color (decimal): -560453 or 12284663. OLE color: 12284663.

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

Color convert

RGB 247 114 187 -
CMYK 0 0.54 0.24 0.03
HSL 327.07º 0.89% 0.71% -
HSV(B) 327.07º 0.54% 0.97% -
XYZ 53.34 35.4 51.03 -
YUV 162.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 247 114 187 0 0.54 0.24 0.03 327.07 0.89 0.71
Hex F7 72 BB 0 36 18 3 147 59 47
Octal 367 162 273 0 66 30 3 507 131 107
Binary 11110111 1110010 10111011 0 110110 11000 11 101000111 1011001 1000111

Color Harmonies of #F772BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F772BB

Black with #F772BB

Text Example


Text Example

White with #F772BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F772BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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