Html Css Color HEX #FF6982 Brink Pink

📋 copy color: '#FF6982'

red 255 ◦ green 105 ◦ blue 130

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

Shades of Brink Pink #FF6982

Tints of Brink Pink #FF6982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.43%

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 52.04%
G = 21.43%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF6982 (or 0xFF6982) is known color: Brink Pink. HEX triplet: FF, 69 and 82. RGB value is (255,105,130). Sum of RGB (Red+Green+Blue) = 255+105+130=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6982 is #00967D. Grayscale: #989898. Windows color (decimal): -38526 or 8546815. OLE color: 8546815.

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

Color convert

RGB 255 105 130 -
CMYK 0 0.59 0.49 0
HSL 350º 1% 0.71% -
HSV(B) 350º 0.59% 1% -
XYZ 50.32 32.97 24.83 -
YUV 152.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 255 105 130 0 0.59 0.49 0 350 1 0.71
Hex FF 69 82 0 3B 31 0 15E 64 47
Octal 377 151 202 0 73 61 0 536 144 107
Binary 11111111 1101001 10000010 0 111011 110001 0 101011110 1100100 1000111

Color Harmonies of #FF6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6982

Black with #FF6982

Text Example


Text Example

White with #FF6982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6982; }

 p { color: rgb(255,105,130); }

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

background-color css

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

 a { background-color: rgb(255,105,130); }

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

border-color css

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

 span { border-color: rgb(255,105,130); }

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