#ff6881

Color #FF6881 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FF6881

Tints of Brink Pink #FF6881

Color information

#FF6881 (or 0xFF6881) is unknown color: approx Brink Pink. HEX triplet: FF, 68 and 81. RGB value is (255,104,129). Sum of RGB (Red+Green+Blue) = 255+104+129=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6881 is #00977E. Grayscale: #989898. Windows color (decimal): -38783 or 8481023. OLE color: 8481023.

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

Color convert

RGB255104129-
CMYK00.590.490
HSL350.07º100%70.39%-
HSV(B)350.07º59.22%100%-
XYZ50.1532.7524.45-
YUV152115.03201.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 104 (41.02% from 255) = 21.31%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=52.25%
G=21.31%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510412900.590.490350.0710070.39
HexFF688103B31015e6446
Octal377150201073610536144106
Binary111111111101000100000010111011110001010101111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6881; }

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

 H1.HeaderClassName
 {
   color: #ff6881;
 }
 .AnyTagClassName
 {
   color: #ff6881;
 }
</style>
background-color css

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

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

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

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

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

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