Html Css Color HEX #FF76C0 Persian Pink

📋 copy color: '#FF76C0'

red 255 ◦ green 118 ◦ blue 192

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

Shades of Persian Pink #FF76C0

Tints of Persian Pink #FF76C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.98%

R = 45.13%
G = 20.88%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF76C0 (or 0xFF76C0) is known color: Persian Pink. HEX triplet: FF, 76 and C0. RGB value is (255,118,192). Sum of RGB (Red+Green+Blue) = 255+118+192=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76C0 is #00893F. Grayscale: #A7A7A7. Windows color (decimal): -35136 or 12613375. OLE color: 12613375.

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

Color convert

RGB 255 118 192 -
CMYK 0 0.54 0.25 0
HSL 327.59º 1% 0.73% -
HSV(B) 327.59º 0.54% 1% -
XYZ 57.23 38.02 54.19 -
YUV 167.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 255 118 192 0 0.54 0.25 0 327.59 1 0.73
Hex FF 76 C0 0 36 19 0 148 64 49
Octal 377 166 300 0 66 31 0 510 144 111
Binary 11111111 1110110 11000000 0 110110 11001 0 101001000 1100100 1001001

Color Harmonies of #FF76C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76C0

Black with #FF76C0

Text Example


Text Example

White with #FF76C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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