Html Css Color HEX #FB77B9 Persian Pink

📋 copy color: '#FB77B9'

red 251 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #FB77B9

Tints of Persian Pink #FB77B9

RGB

 RED value IS 251 (98.44% from 255) = 45.23%

 GREEN value IS 119 (46.88% from 255) = 21.44%

 BLUE value IS 185 (72.66% from 255) = 33.33%

R = 45.23%
G = 21.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB77B9 (or 0xFB77B9) is known color: Persian Pink. HEX triplet: FB, 77 and B9. RGB value is (251,119,185). Sum of RGB (Red+Green+Blue) = 251+119+185=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77B9 is #048846. Grayscale: #A5A5A5. Windows color (decimal): -297031 or 12154875. OLE color: 12154875.

HSL color Cylindrical-coordinate representation of color #FB77B9: hue angle of 330º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77B9 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 119 185 -
CMYK 0 0.53 0.26 0.02
HSL 330º 0.94% 0.73% -
HSV(B) 330º 0.53% 0.98% -
XYZ 55.14 37.21 50.17 -
YUV 165.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 251 119 185 0 0.53 0.26 0.02 330 0.94 0.73
Hex FB 77 B9 0 35 1A 2 14A 5E 49
Octal 373 167 271 0 65 32 2 512 136 111
Binary 11111011 1110111 10111001 0 110101 11010 10 101001010 1011110 1001001

Color Harmonies of #FB77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77B9

Black with #FB77B9

Text Example


Text Example

White with #FB77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77B9; }

 p { color: rgb(251,119,185); }

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

background-color css

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

 a { background-color: rgb(251,119,185); }

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

border-color css

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

 span { border-color: rgb(251,119,185); }

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