Html Css Color HEX #FF6E8E Brink Pink

📋 copy color: '#FF6E8E'

red 255 ◦ green 110 ◦ blue 142

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

Shades of Brink Pink #FF6E8E

Tints of Brink Pink #FF6E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 50.3%
G = 21.7%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF6E8E (or 0xFF6E8E) is known color: Brink Pink. HEX triplet: FF, 6E and 8E. RGB value is (255,110,142). Sum of RGB (Red+Green+Blue) = 255+110+142=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6E8E is #009171. Grayscale: #9D9D9D. Windows color (decimal): -37234 or 9334527. OLE color: 9334527.

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

Color convert

RGB 255 110 142 -
CMYK 0 0.57 0.44 0
HSL 346.76º 1% 0.72% -
HSV(B) 346.76º 0.57% 1% -
XYZ 51.7 34.36 29.5 -
YUV 157 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 255 110 142 0 0.57 0.44 0 346.76 1 0.72
Hex FF 6E 8E 0 39 2C 0 15B 64 48
Octal 377 156 216 0 71 54 0 533 144 110
Binary 11111111 1101110 10001110 0 111001 101100 0 101011011 1100100 1001000

Color Harmonies of #FF6E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E8E

Black with #FF6E8E

Text Example


Text Example

White with #FF6E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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