Html Css Color HEX #FF76BC Persian Pink

📋 copy color: '#FF76BC'

red 255 ◦ green 118 ◦ blue 188

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

Shades of Persian Pink #FF76BC

Tints of Persian Pink #FF76BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 45.45%
G = 21.03%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FF76BC (or 0xFF76BC) is known color: Persian Pink. HEX triplet: FF, 76 and BC. RGB value is (255,118,188). Sum of RGB (Red+Green+Blue) = 255+118+188=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76BC is #008943. Grayscale: #A6A6A6. Windows color (decimal): -35140 or 12351231. OLE color: 12351231.

HSL color Cylindrical-coordinate representation of color #FF76BC: hue angle of 329.34º 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 #FF76BC is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 255 118 188 -
CMYK 0 0.54 0.26 0
HSL 329.34º 1% 0.73% -
HSV(B) 329.34º 0.54% 1% -
XYZ 56.8 37.85 51.89 -
YUV 166.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 255 118 188 0 0.54 0.26 0 329.34 1 0.73
Hex FF 76 BC 0 36 1A 0 149 64 49
Octal 377 166 274 0 66 32 0 511 144 111
Binary 11111111 1110110 10111100 0 110110 11010 0 101001001 1100100 1001001

Color Harmonies of #FF76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76BC

Black with #FF76BC

Text Example


Text Example

White with #FF76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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