#FF6281

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

Shades of Brink Pink #FF6281

Tints of Brink Pink #FF6281

Color information

#FF6281 (or 0xFF6281) is unknown color: approx Brink Pink. HEX triplet: FF, 62 and 81. RGB value is (255,98,129). Sum of RGB (Red+Green+Blue) = 255+98+129=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6281 is #009D7E. Grayscale: #949494. Windows color (decimal): -40319 or 8479487. OLE color: 8479487.

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

Color convert

RGB25598129-
CMYK00.620.490
HSL348.15º100%69.22%-
HSV(B)348.15º61.57%100%-
XYZ49.5731.5824.25-
YUV148.48117.01203.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 98 (38.67% from 255) = 20.33%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=52.90%
G=20.33%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559812900.620.490348.1510069.22
HexFF628103E31015c6445
Octal377142201076610534144105
Binary111111111100010100000010111110110001010101110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6281; }

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

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

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

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

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

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

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

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