Html Css Color HEX #FF78B7 Persian Pink

📋 copy color: '#FF78B7'

red 255 ◦ green 120 ◦ blue 183

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

Shades of Persian Pink #FF78B7

Tints of Persian Pink #FF78B7

RGB

 RED value IS 255 (100% from 255) = 45.7%

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

 BLUE value IS 183 (71.88% from 255) = 32.8%

R = 45.7%
G = 21.51%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FF78B7 (or 0xFF78B7) is known color: Persian Pink. HEX triplet: FF, 78 and B7. RGB value is (255,120,183). Sum of RGB (Red+Green+Blue) = 255+120+183=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78B7 is #008748. Grayscale: #A7A7A7. Windows color (decimal): -34633 or 12024063. OLE color: 12024063.

HSL color Cylindrical-coordinate representation of color #FF78B7: hue angle of 332º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF78B7 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB 255 120 183 -
CMYK 0 0.53 0.28 0
HSL 332º 1% 0.74% -
HSV(B) 332º 0.53% 1% -
XYZ 56.5 38.11 49.18 -
YUV 167.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 255 120 183 0 0.53 0.28 0 332 1 0.74
Hex FF 78 B7 0 35 1C 0 14C 64 4A
Octal 377 170 267 0 65 34 0 514 144 112
Binary 11111111 1111000 10110111 0 110101 11100 0 101001100 1100100 1001010

Color Harmonies of #FF78B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF78B7

Black with #FF78B7

Text Example


Text Example

White with #FF78B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF78B7; }

 p { color: rgb(255,120,183); }

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

background-color css

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

 a { background-color: rgb(255,120,183); }

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

border-color css

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

 span { border-color: rgb(255,120,183); }

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