Html Css Color HEX #FC7681 Brink Pink

📋 copy color: '#FC7681'

red 252 ◦ green 118 ◦ blue 129

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

Shades of Brink Pink #FC7681

Tints of Brink Pink #FC7681

RGB

 RED value IS 252 (98.83% from 255) = 50.5%

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

 BLUE value IS 129 (50.78% from 255) = 25.85%

R = 50.5%
G = 23.65%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC7681 (or 0xFC7681) is known color: Brink Pink. HEX triplet: FC, 76 and 81. RGB value is (252,118,129). Sum of RGB (Red+Green+Blue) = 252+118+129=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7681 is #03897E. Grayscale: #9F9F9F. Windows color (decimal): -231807 or 8484604. OLE color: 8484604.

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

Color convert

RGB 252 118 129 -
CMYK 0 0.53 0.49 0.01
HSL 355.07º 0.96% 0.73% -
HSV(B) 355.07º 0.53% 0.99% -
XYZ 50.59 35.24 24.9 -
YUV 159.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 252 118 129 0 0.53 0.49 0.01 355.07 0.96 0.73
Hex FC 76 81 0 35 31 1 163 60 49
Octal 374 166 201 0 65 61 1 543 140 111
Binary 11111100 1110110 10000001 0 110101 110001 1 101100011 1100000 1001001

Color Harmonies of #FC7681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7681

Black with #FC7681

Text Example


Text Example

White with #FC7681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7681; }

 p { color: rgb(252,118,129); }

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

background-color css

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

 a { background-color: rgb(252,118,129); }

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

border-color css

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

 span { border-color: rgb(252,118,129); }

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