Html Css Color HEX #FF77BE Persian Pink

📋 copy color: '#FF77BE'

red 255 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #FF77BE

Tints of Persian Pink #FF77BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.1%

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 45.21%
G = 21.1%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF77BE (or 0xFF77BE) is known color: Persian Pink. HEX triplet: FF, 77 and BE. RGB value is (255,119,190). Sum of RGB (Red+Green+Blue) = 255+119+190=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77BE is #008841. Grayscale: #A7A7A7. Windows color (decimal): -34882 or 12482559. OLE color: 12482559.

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

Color convert

RGB 255 119 190 -
CMYK 0 0.53 0.25 0
HSL 328.68º 1% 0.73% -
HSV(B) 328.68º 0.53% 1% -
XYZ 57.13 38.17 53.07 -
YUV 167.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 255 119 190 0 0.53 0.25 0 328.68 1 0.73
Hex FF 77 BE 0 35 19 0 149 64 49
Octal 377 167 276 0 65 31 0 511 144 111
Binary 11111111 1110111 10111110 0 110101 11001 0 101001001 1100100 1001001

Color Harmonies of #FF77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77BE

Black with #FF77BE

Text Example


Text Example

White with #FF77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77BE; }

 p { color: rgb(255,119,190); }

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

background-color css

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

 a { background-color: rgb(255,119,190); }

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

border-color css

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

 span { border-color: rgb(255,119,190); }

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