#FF6781

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

Shades of Brink Pink #FF6781

Tints of Brink Pink #FF6781

Color information

#FF6781 (or 0xFF6781) is unknown color: approx Brink Pink. HEX triplet: FF, 67 and 81. RGB value is (255,103,129). Sum of RGB (Red+Green+Blue) = 255+103+129=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6781 is #00987E. Grayscale: #979797. Windows color (decimal): -39039 or 8480767. OLE color: 8480767.

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

Color convert

RGB255103129-
CMYK00.600.490
HSL349.74º100%70.2%-
HSV(B)349.74º59.61%100%-
XYZ50.0532.5524.41-
YUV151.41115.36201.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.36%
GREEN value IS 103 (40.62% from 255) = 21.15%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=52.36%
G=21.15%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510312900.600.490349.7410070.2
HexFF678103C31015e6446
Octal377147201074610536144106
Binary111111111100111100000010111100110001010101111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6781; }

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

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

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

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

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

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

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

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