Html Css Color HEX #FF6581 Brink Pink

📋 copy color: '#FF6581'

red 255 ◦ green 101 ◦ blue 129

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

Shades of Brink Pink #FF6581

Tints of Brink Pink #FF6581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

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

R = 52.58%
G = 20.82%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF6581 (or 0xFF6581) is known color: Brink Pink. HEX triplet: FF, 65 and 81. RGB value is (255,101,129). Sum of RGB (Red+Green+Blue) = 255+101+129=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6581 is #009A7E. Grayscale: #969696. Windows color (decimal): -39551 or 8480255. OLE color: 8480255.

HSL color Cylindrical-coordinate representation of color #FF6581: hue angle of 349.09º 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 #FF6581 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 255 101 129 -
CMYK 0 0.60 0.49 0
HSL 349.09º 1% 0.7% -
HSV(B) 349.09º 0.6% 1% -
XYZ 49.86 32.15 24.35 -
YUV 150.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 255 101 129 0 0.60 0.49 0 349.09 1 0.7
Hex FF 65 81 0 3C 31 0 15D 64 46
Octal 377 145 201 0 74 61 0 535 144 106
Binary 11111111 1100101 10000001 0 111100 110001 0 101011101 1100100 1000110

Color Harmonies of #FF6581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6581

Black with #FF6581

Text Example


Text Example

White with #FF6581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6581; }

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

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

background-color css

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

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

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

border-color css

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

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

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