Html Css Color HEX #F77DBB Persian Pink

📋 copy color: '#F77DBB'

red 247 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #F77DBB

Tints of Persian Pink #F77DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.36%

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

R = 44.19%
G = 22.36%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F77DBB (or 0xF77DBB) is known color: Persian Pink. HEX triplet: F7, 7D and BB. RGB value is (247,125,187). Sum of RGB (Red+Green+Blue) = 247+125+187=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DBB is #088244. Grayscale: #A8A8A8. Windows color (decimal): -557637 or 12287479. OLE color: 12287479.

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

Color convert

RGB 247 125 187 -
CMYK 0 0.49 0.24 0.03
HSL 329.51º 0.88% 0.73% -
HSV(B) 329.51º 0.49% 0.97% -
XYZ 54.66 38.03 51.47 -
YUV 168.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 247 125 187 0 0.49 0.24 0.03 329.51 0.88 0.73
Hex F7 7D BB 0 31 18 3 14A 58 49
Octal 367 175 273 0 61 30 3 512 130 111
Binary 11110111 1111101 10111011 0 110001 11000 11 101001010 1011000 1001001

Color Harmonies of #F77DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DBB

Black with #F77DBB

Text Example


Text Example

White with #F77DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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