Html Css Color HEX #FF6E8B Brink Pink

📋 copy color: '#FF6E8B'

red 255 ◦ green 110 ◦ blue 139

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

Shades of Brink Pink #FF6E8B

Tints of Brink Pink #FF6E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.58%

R = 50.6%
G = 21.83%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF6E8B (or 0xFF6E8B) is known color: Brink Pink. HEX triplet: FF, 6E and 8B. RGB value is (255,110,139). Sum of RGB (Red+Green+Blue) = 255+110+139=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6E8B is #009174. Grayscale: #9C9C9C. Windows color (decimal): -37237 or 9137919. OLE color: 9137919.

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

Color convert

RGB 255 110 139 -
CMYK 0 0.57 0.45 0
HSL 348º 1% 0.72% -
HSV(B) 348º 0.57% 1% -
XYZ 51.48 34.28 28.33 -
YUV 156.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 255 110 139 0 0.57 0.45 0 348 1 0.72
Hex FF 6E 8B 0 39 2D 0 15C 64 48
Octal 377 156 213 0 71 55 0 534 144 110
Binary 11111111 1101110 10001011 0 111001 101101 0 101011100 1100100 1001000

Color Harmonies of #FF6E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E8B

Black with #FF6E8B

Text Example


Text Example

White with #FF6E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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