Html Css Color HEX #FF76BA Persian Pink

📋 copy color: '#FF76BA'

red 255 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #FF76BA

Tints of Persian Pink #FF76BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.11%

 BLUE value IS 186 (73.05% from 255) = 33.27%

R = 45.62%
G = 21.11%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF76BA (or 0xFF76BA) is known color: Persian Pink. HEX triplet: FF, 76 and BA. RGB value is (255,118,186). Sum of RGB (Red+Green+Blue) = 255+118+186=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76BA is #008945. Grayscale: #A6A6A6. Windows color (decimal): -35142 or 12220159. OLE color: 12220159.

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

Color convert

RGB 255 118 186 -
CMYK 0 0.54 0.27 0
HSL 330.22º 1% 0.73% -
HSV(B) 330.22º 0.54% 1% -
XYZ 56.58 37.76 50.76 -
YUV 166.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 255 118 186 0 0.54 0.27 0 330.22 1 0.73
Hex FF 76 BA 0 36 1B 0 14A 64 49
Octal 377 166 272 0 66 33 0 512 144 111
Binary 11111111 1110110 10111010 0 110110 11011 0 101001010 1100100 1001001

Color Harmonies of #FF76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76BA

Black with #FF76BA

Text Example


Text Example

White with #FF76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76BA; }

 p { color: rgb(255,118,186); }

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

background-color css

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

 a { background-color: rgb(255,118,186); }

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

border-color css

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

 span { border-color: rgb(255,118,186); }

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