Html Css Color HEX #FF6A81 Brink Pink

📋 copy color: '#FF6A81'

red 255 ◦ green 106 ◦ blue 129

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

Shades of Brink Pink #FF6A81

Tints of Brink Pink #FF6A81

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.63%

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

R = 52.04%
G = 21.63%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF6A81 (or 0xFF6A81) is known color: Brink Pink. HEX triplet: FF, 6A and 81. RGB value is (255,106,129). Sum of RGB (Red+Green+Blue) = 255+106+129=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A81 is #00957E. Grayscale: #999999. Windows color (decimal): -38271 or 8481535. OLE color: 8481535.

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

Color convert

RGB 255 106 129 -
CMYK 0 0.58 0.49 0
HSL 350.74º 1% 0.71% -
HSV(B) 350.74º 0.58% 1% -
XYZ 50.36 33.15 24.51 -
YUV 153.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 255 106 129 0 0.58 0.49 0 350.74 1 0.71
Hex FF 6A 81 0 3A 31 0 15F 64 47
Octal 377 152 201 0 72 61 0 537 144 107
Binary 11111111 1101010 10000001 0 111010 110001 0 101011111 1100100 1000111

Color Harmonies of #FF6A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A81

Black with #FF6A81

Text Example


Text Example

White with #FF6A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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