Html Css Color HEX #FB7FB2 Persian Pink

📋 copy color: '#FB7FB2'

red 251 ◦ green 127 ◦ blue 178

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

Shades of Persian Pink #FB7FB2

Tints of Persian Pink #FB7FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 45.14%
G = 22.84%
B = 32.01%

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

#FB7FB2 (or 0xFB7FB2) is known color: Persian Pink. HEX triplet: FB, 7F and B2. RGB value is (251,127,178). Sum of RGB (Red+Green+Blue) = 251+127+178=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7FB2 is #04804D. Grayscale: #A9A9A9. Windows color (decimal): -294990 or 11698171. OLE color: 11698171.

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

Color convert

RGB 251 127 178 -
CMYK 0 0.49 0.29 0.02
HSL 335.32º 0.94% 0.74% -
HSV(B) 335.32º 0.49% 0.98% -
XYZ 55.41 38.9 46.71 -
YUV 169.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 251 127 178 0 0.49 0.29 0.02 335.32 0.94 0.74
Hex FB 7F B2 0 31 1D 2 14F 5E 4A
Octal 373 177 262 0 61 35 2 517 136 112
Binary 11111011 1111111 10110010 0 110001 11101 10 101001111 1011110 1001010

Color Harmonies of #FB7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FB2

Black with #FB7FB2

Text Example


Text Example

White with #FB7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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