Html Css Color HEX #FB78B8 Persian Pink

📋 copy color: '#FB78B8'

red 251 ◦ green 120 ◦ blue 184

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

Shades of Persian Pink #FB78B8

Tints of Persian Pink #FB78B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.15%

R = 45.23%
G = 21.62%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB78B8 (or 0xFB78B8) is known color: Persian Pink. HEX triplet: FB, 78 and B8. RGB value is (251,120,184). Sum of RGB (Red+Green+Blue) = 251+120+184=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78B8 is #048747. Grayscale: #A6A6A6. Windows color (decimal): -296776 or 12089595. OLE color: 12089595.

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

Color convert

RGB 251 120 184 -
CMYK 0 0.52 0.27 0.02
HSL 330.69º 0.94% 0.73% -
HSV(B) 330.69º 0.52% 0.98% -
XYZ 55.15 37.4 49.66 -
YUV 166.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 251 120 184 0 0.52 0.27 0.02 330.69 0.94 0.73
Hex FB 78 B8 0 34 1B 2 14B 5E 49
Octal 373 170 270 0 64 33 2 513 136 111
Binary 11111011 1111000 10111000 0 110100 11011 10 101001011 1011110 1001001

Color Harmonies of #FB78B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB78B8

Black with #FB78B8

Text Example


Text Example

White with #FB78B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB78B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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