Html Css Color HEX #FB79BA Persian Pink

📋 copy color: '#FB79BA'

red 251 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #FB79BA

Tints of Persian Pink #FB79BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.68%

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 44.98%
G = 21.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB79BA (or 0xFB79BA) is known color: Persian Pink. HEX triplet: FB, 79 and BA. RGB value is (251,121,186). Sum of RGB (Red+Green+Blue) = 251+121+186=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79BA is #048645. Grayscale: #A7A7A7. Windows color (decimal): -296518 or 12220923. OLE color: 12220923.

HSL color Cylindrical-coordinate representation of color #FB79BA: 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.52%. Process color model (Four color, CMYK) of #FB79BA is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 121 186 -
CMYK 0 0.52 0.26 0.02
HSL 330º 0.94% 0.73% -
HSV(B) 330º 0.52% 0.98% -
XYZ 55.48 37.73 50.81 -
YUV 167.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 251 121 186 0 0.52 0.26 0.02 330 0.94 0.73
Hex FB 79 BA 0 34 1A 2 14A 5E 49
Octal 373 171 272 0 64 32 2 512 136 111
Binary 11111011 1111001 10111010 0 110100 11010 10 101001010 1011110 1001001

Color Harmonies of #FB79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB79BA

Black with #FB79BA

Text Example


Text Example

White with #FB79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB79BA; }

 p { color: rgb(251,121,186); }

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

background-color css

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

 a { background-color: rgb(251,121,186); }

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

border-color css

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

 span { border-color: rgb(251,121,186); }

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