Html Css Color HEX #FB79C2 Persian Pink

📋 copy color: '#FB79C2'

red 251 ◦ green 121 ◦ blue 194

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

Shades of Persian Pink #FB79C2

Tints of Persian Pink #FB79C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.28%

R = 44.35%
G = 21.38%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB79C2 (or 0xFB79C2) is known color: Persian Pink. HEX triplet: FB, 79 and C2. RGB value is (251,121,194). Sum of RGB (Red+Green+Blue) = 251+121+194=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79C2 is #04863D. Grayscale: #A8A8A8. Windows color (decimal): -296510 or 12745211. OLE color: 12745211.

HSL color Cylindrical-coordinate representation of color #FB79C2: hue angle of 326.31º 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 #FB79C2 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 121 194 -
CMYK 0 0.52 0.23 0.02
HSL 326.31º 0.94% 0.73% -
HSV(B) 326.31º 0.52% 0.98% -
XYZ 56.36 38.08 55.42 -
YUV 168.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 251 121 194 0 0.52 0.23 0.02 326.31 0.94 0.73
Hex FB 79 C2 0 34 17 2 146 5E 49
Octal 373 171 302 0 64 27 2 506 136 111
Binary 11111011 1111001 11000010 0 110100 10111 10 101000110 1011110 1001001

Color Harmonies of #FB79C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB79C2

Black with #FB79C2

Text Example


Text Example

White with #FB79C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB79C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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