Html Css Color HEX #FF6B8E Brink Pink

📋 copy color: '#FF6B8E'

red 255 ◦ green 107 ◦ blue 142

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

Shades of Brink Pink #FF6B8E

Tints of Brink Pink #FF6B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

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

R = 50.6%
G = 21.23%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF6B8E (or 0xFF6B8E) is known color: Brink Pink. HEX triplet: FF, 6B and 8E. RGB value is (255,107,142). Sum of RGB (Red+Green+Blue) = 255+107+142=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B8E is #009471. Grayscale: #9B9B9B. Windows color (decimal): -38002 or 9333759. OLE color: 9333759.

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

Color convert

RGB 255 107 142 -
CMYK 0 0.58 0.44 0
HSL 345.81º 1% 0.71% -
HSV(B) 345.81º 0.58% 1% -
XYZ 51.38 33.73 29.39 -
YUV 155.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 255 107 142 0 0.58 0.44 0 345.81 1 0.71
Hex FF 6B 8E 0 3A 2C 0 15A 64 47
Octal 377 153 216 0 72 54 0 532 144 107
Binary 11111111 1101011 10001110 0 111010 101100 0 101011010 1100100 1000111

Color Harmonies of #FF6B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B8E

Black with #FF6B8E

Text Example


Text Example

White with #FF6B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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