Html Css Color HEX #FF7C81 Brink Pink

📋 copy color: '#FF7C81'

red 255 ◦ green 124 ◦ blue 129

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

Shades of Brink Pink #FF7C81

Tints of Brink Pink #FF7C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.41%

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

R = 50.2%
G = 24.41%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7C81 (or 0xFF7C81) is known color: Brink Pink. HEX triplet: FF, 7C and 81. RGB value is (255,124,129). Sum of RGB (Red+Green+Blue) = 255+124+129=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C81 is #00837E. Grayscale: #A3A3A3. Windows color (decimal): -33663 or 8486143. OLE color: 8486143.

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

Color convert

RGB 255 124 129 -
CMYK 0 0.51 0.49 0
HSL 357.71º 1% 0.74% -
HSV(B) 357.71º 0.51% 1% -
XYZ 52.41 37.26 25.2 -
YUV 163.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 255 124 129 0 0.51 0.49 0 357.71 1 0.74
Hex FF 7C 81 0 33 31 0 166 64 4A
Octal 377 174 201 0 63 61 0 546 144 112
Binary 11111111 1111100 10000001 0 110011 110001 0 101100110 1100100 1001010

Color Harmonies of #FF7C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7C81

Black with #FF7C81

Text Example


Text Example

White with #FF7C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7C81; }

 p { color: rgb(255,124,129); }

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

background-color css

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

 a { background-color: rgb(255,124,129); }

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

border-color css

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

 span { border-color: rgb(255,124,129); }

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