#FF6481

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

Shades of Brink Pink #FF6481

Tints of Brink Pink #FF6481

Color information

#FF6481 (or 0xFF6481) is unknown color: approx Brink Pink. HEX triplet: FF, 64 and 81. RGB value is (255,100,129). Sum of RGB (Red+Green+Blue) = 255+100+129=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6481 is #009B7E. Grayscale: #959595. Windows color (decimal): -39807 or 8479999. OLE color: 8479999.

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

Color convert

RGB255100129-
CMYK00.610.490
HSL348.77º100%69.61%-
HSV(B)348.77º60.78%100%-
XYZ49.7631.9624.32-
YUV149.65116.35203.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 100 (39.45% from 255) = 20.66%
BLUE value IS 129 (50.78% from 255) = 26.65%
R=52.69%
G=20.66%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510012900.610.490348.7710069.61
HexFF648103D31015d6446
Octal377144201075610535144106
Binary111111111100100100000010111101110001010101110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6481; }

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

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

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

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

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

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

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

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