Html Css Color HEX #FF6E78 Brink Pink

📋 copy color: '#FF6E78'

red 255 ◦ green 110 ◦ blue 120

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

Shades of Brink Pink #FF6E78

Tints of Brink Pink #FF6E78

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.68%

 BLUE value IS 120 (47.27% from 255) = 24.74%

R = 52.58%
G = 22.68%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF6E78 (or 0xFF6E78) is known color: Brink Pink. HEX triplet: FF, 6E and 78. RGB value is (255,110,120). Sum of RGB (Red+Green+Blue) = 255+110+120=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E78 is #009187. Grayscale: #9A9A9A. Windows color (decimal): -37256 or 7892735. OLE color: 7892735.

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

Color convert

RGB 255 110 120 -
CMYK 0 0.57 0.53 0
HSL 355.86º 1% 0.72% -
HSV(B) 355.86º 0.57% 1% -
XYZ 50.21 33.77 21.64 -
YUV 154.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 255 110 120 0 0.57 0.53 0 355.86 1 0.72
Hex FF 6E 78 0 39 35 0 164 64 48
Octal 377 156 170 0 71 65 0 544 144 110
Binary 11111111 1101110 1111000 0 111001 110101 0 101100100 1100100 1001000

Color Harmonies of #FF6E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E78

Black with #FF6E78

Text Example


Text Example

White with #FF6E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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