Html Css Color HEX #FB78B2 Persian Pink

📋 copy color: '#FB78B2'

red 251 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #FB78B2

Tints of Persian Pink #FB78B2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.86%

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

R = 45.72%
G = 21.86%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB78B2 (or 0xFB78B2) is known color: Persian Pink. HEX triplet: FB, 78 and B2. RGB value is (251,120,178). Sum of RGB (Red+Green+Blue) = 251+120+178=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB78B2 is #04874D. Grayscale: #A5A5A5. Windows color (decimal): -296782 or 11696379. OLE color: 11696379.

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

Color convert

RGB 251 120 178 -
CMYK 0 0.52 0.29 0.02
HSL 333.44º 0.94% 0.73% -
HSV(B) 333.44º 0.52% 0.98% -
XYZ 54.54 37.16 46.42 -
YUV 165.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 251 120 178 0 0.52 0.29 0.02 333.44 0.94 0.73
Hex FB 78 B2 0 34 1D 2 14D 5E 49
Octal 373 170 262 0 64 35 2 515 136 111
Binary 11111011 1111000 10110010 0 110100 11101 10 101001101 1011110 1001001

Color Harmonies of #FB78B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB78B2

Black with #FB78B2

Text Example


Text Example

White with #FB78B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB78B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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