Html Css Color HEX #FF6882 Brink Pink

📋 copy color: '#FF6882'

red 255 ◦ green 104 ◦ blue 130

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

Shades of Brink Pink #FF6882

Tints of Brink Pink #FF6882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.27%

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

R = 52.15%
G = 21.27%
B = 26.58%

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

#FF6882 (or 0xFF6882) is known color: Brink Pink. HEX triplet: FF, 68 and 82. RGB value is (255,104,130). Sum of RGB (Red+Green+Blue) = 255+104+130=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6882 is #00977D. Grayscale: #989898. Windows color (decimal): -38782 or 8546559. OLE color: 8546559.

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

Color convert

RGB 255 104 130 -
CMYK 0 0.59 0.49 0
HSL 349.67º 1% 0.7% -
HSV(B) 349.67º 0.59% 1% -
XYZ 50.22 32.77 24.8 -
YUV 152.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 255 104 130 0 0.59 0.49 0 349.67 1 0.7
Hex FF 68 82 0 3B 31 0 15E 64 46
Octal 377 150 202 0 73 61 0 536 144 106
Binary 11111111 1101000 10000010 0 111011 110001 0 101011110 1100100 1000110

Color Harmonies of #FF6882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6882

Black with #FF6882

Text Example


Text Example

White with #FF6882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6882; }

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

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

background-color css

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

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

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

border-color css

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

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

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