Html Css Color HEX #FB7FB3 Persian Pink

📋 copy color: '#FB7FB3'

red 251 ◦ green 127 ◦ blue 179

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

Shades of Persian Pink #FB7FB3

Tints of Persian Pink #FB7FB3

RGB

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

 GREEN value IS 127 (50% from 255) = 22.8%

 BLUE value IS 179 (70.31% from 255) = 32.14%

R = 45.06%
G = 22.8%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB7FB3 (or 0xFB7FB3) is known color: Persian Pink. HEX triplet: FB, 7F and B3. RGB value is (251,127,179). Sum of RGB (Red+Green+Blue) = 251+127+179=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FB3 is #04804C. Grayscale: #A9A9A9. Windows color (decimal): -294989 or 11763707. OLE color: 11763707.

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

Color convert

RGB 251 127 179 -
CMYK 0 0.49 0.29 0.02
HSL 334.84º 0.94% 0.74% -
HSV(B) 334.84º 0.49% 0.98% -
XYZ 55.51 38.94 47.24 -
YUV 170 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 251 127 179 0 0.49 0.29 0.02 334.84 0.94 0.74
Hex FB 7F B3 0 31 1D 2 14F 5E 4A
Octal 373 177 263 0 61 35 2 517 136 112
Binary 11111011 1111111 10110011 0 110001 11101 10 101001111 1011110 1001010

Color Harmonies of #FB7FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FB3

Black with #FB7FB3

Text Example


Text Example

White with #FB7FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FB3; }

 p { color: rgb(251,127,179); }

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

background-color css

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

 a { background-color: rgb(251,127,179); }

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

border-color css

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

 span { border-color: rgb(251,127,179); }

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