Html Css Color HEX #FB7AC0 Persian Pink

📋 copy color: '#FB7AC0'

red 251 ◦ green 122 ◦ blue 192

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

Shades of Persian Pink #FB7AC0

Tints of Persian Pink #FB7AC0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.59%

 BLUE value IS 192 (75.39% from 255) = 33.98%

R = 44.42%
G = 21.59%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB7AC0 (or 0xFB7AC0) is known color: Persian Pink. HEX triplet: FB, 7A and C0. RGB value is (251,122,192). Sum of RGB (Red+Green+Blue) = 251+122+192=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7AC0 is #04853F. Grayscale: #A8A8A8. Windows color (decimal): -296256 or 12614395. OLE color: 12614395.

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

Color convert

RGB 251 122 192 -
CMYK 0 0.51 0.24 0.02
HSL 327.44º 0.94% 0.73% -
HSV(B) 327.44º 0.51% 0.98% -
XYZ 56.26 38.23 54.28 -
YUV 168.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 251 122 192 0 0.51 0.24 0.02 327.44 0.94 0.73
Hex FB 7A C0 0 33 18 2 147 5E 49
Octal 373 172 300 0 63 30 2 507 136 111
Binary 11111011 1111010 11000000 0 110011 11000 10 101000111 1011110 1001001

Color Harmonies of #FB7AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7AC0

Black with #FB7AC0

Text Example


Text Example

White with #FB7AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7AC0; }

 p { color: rgb(251,122,192); }

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

background-color css

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

 a { background-color: rgb(251,122,192); }

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

border-color css

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

 span { border-color: rgb(251,122,192); }

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