Html Css Color HEX #FB78C1 Persian Pink

📋 copy color: '#FB78C1'

red 251 ◦ green 120 ◦ blue 193

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

Shades of Persian Pink #FB78C1

Tints of Persian Pink #FB78C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.22%

R = 44.5%
G = 21.28%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB78C1 (or 0xFB78C1) is known color: Persian Pink. HEX triplet: FB, 78 and C1. RGB value is (251,120,193). Sum of RGB (Red+Green+Blue) = 251+120+193=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB78C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB78C1 is #04873E. Grayscale: #A7A7A7. Windows color (decimal): -296767 or 12679419. OLE color: 12679419.

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

Color convert

RGB 251 120 193 -
CMYK 0 0.52 0.23 0.02
HSL 326.56º 0.94% 0.73% -
HSV(B) 326.56º 0.52% 0.98% -
XYZ 56.13 37.79 54.79 -
YUV 167.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 251 120 193 0 0.52 0.23 0.02 326.56 0.94 0.73
Hex FB 78 C1 0 34 17 2 147 5E 49
Octal 373 170 301 0 64 27 2 507 136 111
Binary 11111011 1111000 11000001 0 110100 10111 10 101000111 1011110 1001001

Color Harmonies of #FB78C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB78C1

Black with #FB78C1

Text Example


Text Example

White with #FB78C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB78C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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