Html Css Color HEX #FB78C0 Persian Pink

📋 copy color: '#FB78C0'

red 251 ◦ green 120 ◦ blue 192

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

Shades of Persian Pink #FB78C0

Tints of Persian Pink #FB78C0

RGB

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

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

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

R = 44.58%
G = 21.31%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB78C0 (or 0xFB78C0) is known color: Persian Pink. HEX triplet: FB, 78 and C0. RGB value is (251,120,192). Sum of RGB (Red+Green+Blue) = 251+120+192=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78C0 is #04873F. Grayscale: #A7A7A7. Windows color (decimal): -296768 or 12613883. OLE color: 12613883.

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

Color convert

RGB 251 120 192 -
CMYK 0 0.52 0.24 0.02
HSL 327.02º 0.94% 0.73% -
HSV(B) 327.02º 0.52% 0.98% -
XYZ 56.01 37.75 54.2 -
YUV 167.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 251 120 192 0 0.52 0.24 0.02 327.02 0.94 0.73
Hex FB 78 C0 0 34 18 2 147 5E 49
Octal 373 170 300 0 64 30 2 507 136 111
Binary 11111011 1111000 11000000 0 110100 11000 10 101000111 1011110 1001001

Color Harmonies of #FB78C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB78C0

Black with #FB78C0

Text Example


Text Example

White with #FB78C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB78C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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