Html Css Color HEX #FF7882 Brink Pink

📋 copy color: '#FF7882'

red 255 ◦ green 120 ◦ blue 130

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

Shades of Brink Pink #FF7882

Tints of Brink Pink #FF7882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.76%

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

R = 50.5%
G = 23.76%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7882 (or 0xFF7882) is known color: Brink Pink. HEX triplet: FF, 78 and 82. RGB value is (255,120,130). Sum of RGB (Red+Green+Blue) = 255+120+130=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7882 is #00877D. Grayscale: #A1A1A1. Windows color (decimal): -34686 or 8550655. OLE color: 8550655.

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

Color convert

RGB 255 120 130 -
CMYK 0 0.53 0.49 0
HSL 355.56º 1% 0.74% -
HSV(B) 355.56º 0.53% 1% -
XYZ 51.99 36.3 25.39 -
YUV 161.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 255 120 130 0 0.53 0.49 0 355.56 1 0.74
Hex FF 78 82 0 35 31 0 164 64 4A
Octal 377 170 202 0 65 61 0 544 144 112
Binary 11111111 1111000 10000010 0 110101 110001 0 101100100 1100100 1001010

Color Harmonies of #FF7882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7882

Black with #FF7882

Text Example


Text Example

White with #FF7882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7882; }

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

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

background-color css

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

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

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

border-color css

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

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

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